X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab1f34fe3668832bd403a1eaf6711d1ba1184db1..ff9f9c7e1a664a36bcffd54c7269c08d5bf1d436:/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 620ebc7b96..ac3a9bf8ed 100644 --- a/apps/workbench/app/models/api_client_authorization.rb +++ b/apps/workbench/app/models/api_client_authorization.rb @@ -1,5 +1,5 @@ class ApiClientAuthorization < ArvadosBase - def attribute_editable?(attr) + def attribute_editable? attr, *args ['expires_at', 'default_owner_uuid'].index attr end def self.creatable?