From 51f57e2858b60bed74ebcc97189b2188c900c283 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 6 May 2016 12:49:28 +0200 Subject: dataset tests cleanup --- lib/substance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/substance.rb') diff --git a/lib/substance.rb b/lib/substance.rb index 34bc94a..82ca65d 100644 --- a/lib/substance.rb +++ b/lib/substance.rb @@ -1,7 +1,7 @@ module OpenTox class Substance - field :physchem, type: Hash, default: {} + field :physchem_descriptors, type: Hash, default: {} field :toxicities, type: Hash, default: {} field :dataset_ids, type: Array, default: [] end -- cgit v1.2.3