X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/74df5a58360fe6bcb273480d3ddec507a53b6b2b..3aaefcb3c76ff470b475d950398d01255e87712a:/apps/workbench/app/models/collection.rb diff --git a/apps/workbench/app/models/collection.rb b/apps/workbench/app/models/collection.rb index f5aef841ea..ead2c951c3 100644 --- a/apps/workbench/app/models/collection.rb +++ b/apps/workbench/app/models/collection.rb @@ -86,14 +86,6 @@ class Collection < ArvadosBase arvados_api_client.api "collections/#{self.uuid}/", "used_by" end - def uuid - if self[:uuid].nil? - return self[:portable_data_hash] - else - super - end - end - def friendly_link_name lookup=nil name || portable_data_hash end