projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
closes #11710
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
authorized_key.rb
diff --git
a/apps/workbench/app/models/authorized_key.rb
b/apps/workbench/app/models/authorized_key.rb
index d84adea44f1832360b03ac5edc09a5cc10371a08..b0c2fa2f02d892d4e86578ff778045a3d8a7adcd 100644
(file)
--- a/
apps/workbench/app/models/authorized_key.rb
+++ b/
apps/workbench/app/models/authorized_key.rb
@@
-8,6
+8,6
@@
class AuthorizedKey < ArvadosBase
end
def self.creatable?
- current_user
+ false
end
end