X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..eae48c31bb338689ec67fbc6a14a2e0b1fb5e3b6:/apps/workbench/app/models/container.rb diff --git a/apps/workbench/app/models/container.rb b/apps/workbench/app/models/container.rb index bee82ef73b..e683a6e4f2 100644 --- a/apps/workbench/app/models/container.rb +++ b/apps/workbench/app/models/container.rb @@ -1,3 +1,9 @@ class Container < ArvadosBase + def self.creatable? + false + end + def work_unit(label=nil) + ContainerWorkUnit.new(self, label, self.uuid) + end end