projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9318: "Active" and "Recently finished" panes in dashboard are updated to use work_uni...
[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