X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/656769b7b36b38c564f7da64b275d8831d7a442e..8ad5eb9a8f15ab52cab68911121a87ca0971b175:/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