X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..8d6ffdf2fba938e7fbb5f128664d828d2669bcfe:/apps/workbench/app/models/authorized_key.rb?ds=sidebyside 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