summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-04-07 17:39:14 +0200
committerChristoph Helma <helma@in-silico.ch>2016-04-07 17:39:14 +0200
commit063acd4dc63e9287287cc1ff78fff2064ff74e4f (patch)
tree4c3c1a90bed69eead86ccae614105c67b5e6f507 /lib/opentox.rb
parent83072cc3c5251a3eb4496fa68b413540ea9409fd (diff)
initial ambit import
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 186c87a..cc18cc6 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -13,6 +13,7 @@ module OpenTox
include Mongoid::Timestamps
store_in collection: klass.downcase.pluralize
field :name, type: String
+ field :source, type: String
field :warnings, type: Array, default: []
end
OpenTox.const_set klass,c