X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e346e5d3bd09f4b9fe66538a825cf866faeb308b..34173202861e94dee58ccd5b189983918813d870:/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?