summaryrefslogtreecommitdiff
path: root/lib/lazar-rest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lazar-rest.rb')
-rw-r--r--lib/lazar-rest.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lazar-rest.rb b/lib/lazar-rest.rb
index 7514ba1..2de3998 100644
--- a/lib/lazar-rest.rb
+++ b/lib/lazar-rest.rb
@@ -1,5 +1,6 @@
require "sinatra"
require "../lazar/lib/lazar.rb"
+require "../qsar-report/lib/qsar-report.rb"
include OpenTox
require 'rack/cors'
@@ -30,6 +31,7 @@ end
"feature.rb",
"model.rb",
"nanoparticle.rb",
+ "report.rb",
"substance.rb",
"validation.rb"
].each{ |f| require_relative f }