From d61f78093f4ddf03c27a2c8ae0bab9c1f10c80f5 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Tue, 30 Oct 2018 17:26:59 +0100 Subject: tests fixed --- lib/opentox.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/opentox.rb') diff --git a/lib/opentox.rb b/lib/opentox.rb index 9cc8260..fb2a579 100644 --- a/lib/opentox.rb +++ b/lib/opentox.rb @@ -11,13 +11,6 @@ module OpenTox include Mongoid::Timestamps store_in collection: klass.downcase.pluralize field :name, type: String - #field :source, type: String - #field :warnings, type: Array, default: [] - -# def warn warning - #$logger.warn warning -# warnings << warning -# end end OpenTox.const_set klass,c end -- cgit v1.2.3