projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Finished code to assemble a new manifest from the supplied files and collections.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
job.rb
1
class Job < ArvadosBase
2
def attribute_editable?(attr)
3
false
4
end
5
end