summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 1ba77dc..73798ef 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -6,6 +6,7 @@ require 'sinatra/base'
module OpenTox
class Service < Sinatra::Base
+ helpers Sinatra::UrlForHelper
set :raise_errors, false
set :show_exceptions, false
error do