summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 22b2846..9521597 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -2,7 +2,7 @@ module OpenTox
# Basic feature class
class Feature
- field :name, as: :title, type: String
+ field :name, type: String
field :nominal, type: Boolean
field :numeric, type: Boolean
field :measured, type: Boolean