X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0042e4b42d9f4d3900aefc68617cb28c5a61a522..a5c53dceed8480e667249fc5fee3349bbaf20ec8:/apps/workbench/app/models/group.rb diff --git a/apps/workbench/app/models/group.rb b/apps/workbench/app/models/group.rb index d47819893a..0d358603a8 100644 --- a/apps/workbench/app/models/group.rb +++ b/apps/workbench/app/models/group.rb @@ -3,6 +3,10 @@ class Group < ArvadosBase true end + def self.copies_to_projects? + false + end + def self.contents params={} res = arvados_api_client.api self, "/contents", { _method: 'GET' @@ -28,4 +32,8 @@ class Group < ArvadosBase def textile_attributes [ 'description' ] end + + def self.creatable? + false + end end