summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--application.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 3ec3bba..9de5915 100644
--- a/application.rb
+++ b/application.rb
@@ -2,6 +2,8 @@ require 'rubygems'
gem 'opentox-ruby-api-wrapper', '= 1.2.7'
require 'opentox-ruby-api-wrapper'
+LOGGER.progname = File.expand_path(__FILE__)
+
class Dataset
include DataMapper::Resource
property :id, Serial