projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
log.rb
1
class Log < ArvadosBase
2
attr_accessor :object
3
def self.creatable?
4
# Technically yes, but not worth offering: it will be empty, and
5
# you won't be able to edit it.
6
false
7
end
8
end