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 296a174..6f9d5c4 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -98,10 +98,10 @@ module OpenTox
end
class NumericSubstanceProperty < NumericFeature
+ field :category, type: String
end
class NanoParticleProperty < NumericSubstanceProperty
- field :category, type: String
field :conditions, type: Hash
end