X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1f7dbdb87eee28f7f357c025f7b5cd7d1ccc8c7a..695702b379a7be5abd96742ffee7f4f4bfcef2a8:/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 2d804e1a53..b0c2fa2f02 100644 --- a/apps/workbench/app/models/authorized_key.rb +++ b/apps/workbench/app/models/authorized_key.rb @@ -6,4 +6,8 @@ class AuthorizedKey < ArvadosBase super end end + + def self.creatable? + false + end end