Merge branch '10312-nodemanager-quotas' refs #10312
[arvados.git] / apps / workbench / app / models / container_request.rb
index aae712b343e1468386ee77ba257d6eee04848063..7cbd91e8664422fe194f281cf166896d81a268bf 100644 (file)
@@ -11,7 +11,7 @@ class ContainerRequest < ArvadosBase
     true
   end
 
-  def work_unit(label=nil)
-    ContainerWorkUnit.new(self, label, self.uuid)
+  def work_unit(label=nil, child_objects=nil)
+    ContainerWorkUnit.new(self, label, self.uuid, child_objects=child_objects)
   end
 end