X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..1416b0952adc0bfee85e15d9c86a51c32fcfd003:/apps/workbench/app/models/log.rb diff --git a/apps/workbench/app/models/log.rb b/apps/workbench/app/models/log.rb index f6280e3016..6bbefa19d8 100644 --- a/apps/workbench/app/models/log.rb +++ b/apps/workbench/app/models/log.rb @@ -1,3 +1,12 @@ -class Log < OrvosBase +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class Log < ArvadosBase attr_accessor :object + def self.creatable? + # Technically yes, but not worth offering: it will be empty, and + # you won't be able to edit it. + false + end end