projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9767: need to parse the json string of the workflow yaml
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
keep_disk.rb
1
class KeepDisk < ArvadosBase
2
def self.creatable?
3
false
4
end
5
end