X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..c14246b9a21d038fc6fa850f4032659a98397784:/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