Merge branch '8442-crunch-run-enable-net' refs #8442
[arvados.git] / apps / workbench / app / models / container.rb
1 class Container < ArvadosBase
2   def work_unit(label=nil)
3     ContainerWorkUnit.new(self, label)
4   end
5 end