summaryrefslogtreecommitdiff
path: root/smarts.rb
diff options
context:
space:
mode:
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