From f8faf510b4574df1a00fa61a9f0a1681fc2f4857 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 25 Aug 2015 17:20:55 +0200 Subject: Experiments added --- lib/feature.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/feature.rb') 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 -- cgit v1.2.3