projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '9277-trash-container-outputs' closes #9277
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
api_client_authorization.rb
1
class ApiClientAuthorization < ArvadosBase
2
def editable_attributes
3
%w(expires_at default_owner_uuid)
4
end
5
def self.creatable?
6
false
7
end
8
end