From 3a9c9332b660d35720ad4fa1f55ee0883e53aecd Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Fri, 2 Nov 2018 20:34:44 +0100 Subject: warnings fixed, cleanup --- lib/substance.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/substance.rb') diff --git a/lib/substance.rb b/lib/substance.rb index ef49659..5c486d8 100644 --- a/lib/substance.rb +++ b/lib/substance.rb @@ -3,7 +3,6 @@ module OpenTox # Base class for substances (e.g. compunds, nanoparticles) class Substance field :properties, type: Hash, default: {} - field :dataset_ids, type: Array, default: [] end end -- cgit v1.2.3