summaryrefslogtreecommitdiff
path: root/smarts.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-26 17:17:54 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-26 17:17:54 +0200
commitef102b11ecdf9258f1942c9a25fa6db2772cfb89 (patch)
tree44e3e1029695c709f86ec4e82f3a345a9793520d /smarts.rb
parent9cf07c58e6b5c51ff78ea56574ddf90308861ce2 (diff)
Deleted obsolete files
Diffstat (limited to 'smarts.rb')
-rw-r--r--smarts.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/smarts.rb b/smarts.rb
deleted file mode 100644
index 4ae6949..0000000
--- a/smarts.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-get '/match/compound/*/smarts/*/?' do
- "#{OpenTox::Compound.from_inchi(params[:splat][0]).match?(params[:splat][1])}"
-end