From acd233312ee05dcb5f24da6749e1774b580ef2f9 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 9 Jan 2010 18:24:33 +0100 Subject: tasks added --- application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/application.rb b/application.rb index 567c743..19508a2 100644 --- a/application.rb +++ b/application.rb @@ -2,6 +2,7 @@ require 'rubygems' gem 'opentox-ruby-api-wrapper', '~>1.2' require 'opentox-ruby-api-wrapper' +set :lock, true CACTUS_URI="http://cactus.nci.nih.gov/chemical/structure/" get %r{/(.+)} do |inchi| # catches all remaining get requests -- cgit v1.2.3