Merge branch '8784-dir-listings'
[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