X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43c411ec1441ee1710dc33389d7451f7414a170f..84decc8949fc51ec2eaf906fc2c4cbbb3df807dd:/apps/workbench/app/models/link.rb?ds=sidebyside diff --git a/apps/workbench/app/models/link.rb b/apps/workbench/app/models/link.rb index 899a80022c..5e7b42a60b 100644 --- a/apps/workbench/app/models/link.rb +++ b/apps/workbench/app/models/link.rb @@ -2,6 +2,6 @@ class Link < ArvadosBase attr_accessor :head attr_accessor :tail def self.by_tail(t, opts={}) - where(opts.merge :tail_kind => t.kind, :tail_uuid => t.uuid) + where(opts.merge :tail_uuid => t.uuid) end end