From 84222bae2bbb9fb3e0ce3e65de1be8e7f94d2147 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 12 Apr 2016 12:37:37 +0200 Subject: new dataset structure --- lib/nanoparticle.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/nanoparticle.rb') diff --git a/lib/nanoparticle.rb b/lib/nanoparticle.rb index cda431a..c58dc8c 100644 --- a/lib/nanoparticle.rb +++ b/lib/nanoparticle.rb @@ -1,9 +1,8 @@ module OpenTox - class Nanoparticle + class Nanoparticle < Substance include OpenTox - #field :particle_id, type: String field :core, type: String field :coating, type: Array, default: [] -- cgit v1.2.3