summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-03 09:53:25 +0100
committermr <mr@mrautenberg.de>2010-12-03 09:53:25 +0100
commit13272ba7507d2b856d329637b48a64255434fea0 (patch)
tree64ee5eadacd672c5d24eff7a701bf0bd7b25088b /config.ru
parentcb3fc6a27be73c9f8c08c31f555f181c43b50bb2 (diff)
parent12220a1cc4b37fda3a6776c4d0fd787d90a16882 (diff)
merge with helma/development
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.ru b/config.ru
index 6f5db40..1616a96 100644
--- a/config.ru
+++ b/config.ru
@@ -1,6 +1,5 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require 'config/config_ru'
set :app_file, __FILE__ # to get the view path right
run Sinatra::Application
-