summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 875487c..186c87a 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -14,7 +14,6 @@ module OpenTox
store_in collection: klass.downcase.pluralize
field :name, type: String
field :warnings, type: Array, default: []
-
end
OpenTox.const_set klass,c
end