projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11308: Merge branch 'master' into 11308-python3
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
workflow.rb
1
class Workflow < ArvadosBase
2
def self.goes_in_projects?
3
true
4
end
5
6
def self.creatable?
7
false
8
end
9
10
def textile_attributes
11
[ 'description' ]
12
end
13
end