X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/71fd4da18b22100682ae7e2079aadfd66360d310..de3633d7652a8b9fb372345e437dcaa226b8b896:/apps/workbench/app/models/collection.rb?ds=sidebyside 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