summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index e565875..0801a47 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -9,7 +9,6 @@ module OpenTox
field :supervised, type: Boolean
field :source, as: :title, type: String
#belongs_to :dataset
- #belongs_to :data_entry
end
class NominalFeature < Feature