X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab1f34fe3668832bd403a1eaf6711d1ba1184db1..3aaefcb3c76ff470b475d950398d01255e87712a:/apps/workbench/app/models/api_client_authorization.rb?ds=sidebyside diff --git a/apps/workbench/app/models/api_client_authorization.rb b/apps/workbench/app/models/api_client_authorization.rb index 620ebc7b96..b78cb286ec 100644 --- a/apps/workbench/app/models/api_client_authorization.rb +++ b/apps/workbench/app/models/api_client_authorization.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class ApiClientAuthorization < ArvadosBase - def attribute_editable?(attr) - ['expires_at', 'default_owner_uuid'].index attr + def editable_attributes + %w(expires_at default_owner_uuid) end def self.creatable? false