projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git.clinicalfuture.com:arvados into 1692-redesign-dashboard
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
job.rb
1
class Job < ArvadosBase
2
def attribute_editable?(attr)
3
false
4
end
5
end