From 2d2b1a31e64e84ca65b4cb180a9d83d55ee2e0cf Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 2 Mar 2012 19:01:30 +0000 Subject: Sinatra::UrlForHelper moved to OpenTox::Service --- lib/opentox.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3