X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4e92e5890ae7b44545052db029863e886a36cc79..319cc7b3862ff831798f92bcb2f0c921d208147d:/apps/workbench/app/models/link.rb 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