projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
log.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
class Log < ArvadosBase
6
attr_accessor :object
7
def self.creatable?
8
# Technically yes, but not worth offering: it will be empty, and
9
# you won't be able to edit it.
10
false
11
end
12
end