X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92cb77cd08bbcc8ca0c0eab3aa5446efd43fb69f..068e72307f9ce91538e45cb461b99cf92d2f5666:/apps/workbench/app/models/api_client_authorization.rb diff --git a/apps/workbench/app/models/api_client_authorization.rb b/apps/workbench/app/models/api_client_authorization.rb index ac3a9bf8ed..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, *args - ['expires_at', 'default_owner_uuid'].index attr + def editable_attributes + %w(expires_at default_owner_uuid) end def self.creatable? false