projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve API server's git rev-list calls.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
api_client_authorization.rb
1
class ApiClientAuthorization < ArvadosBase
2
def attribute_editable? attr, *args
3
['expires_at', 'default_owner_uuid'].index attr
4
end
5
def self.creatable?
6
false
7
end
8
end