From 0a8da103e020b4a584a28a52b4ba12e1f3f90fd3 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Sun, 7 Oct 2018 18:12:39 +0200 Subject: dataset merge with feature/value maps --- lib/feature.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index f811aef..1d18a00 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -42,4 +42,8 @@ module OpenTox end end + class OriginalId < Feature + field :dataset_id, type: BSON::ObjectId + end + end -- cgit v1.2.3