aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/workbench.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/workbench.rb')
-rw-r--r--app/models/workbench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/workbench.rb b/app/models/workbench.rb
index a83fea70d..b5ab37222 100644
--- a/app/models/workbench.rb
+++ b/app/models/workbench.rb
@@ -13,5 +13,5 @@ class Workbench < ActiveRecord::Base
validates :organisation, presence: true
has_many :referentials
-
+ has_many :referential_metadatas, through: :referentials
end