closes #11840
[arvados.git] / apps / workbench / app / models / authorized_key.rb
index 2d804e1a5345743957b71aa7389eb15ab223312c..b0c2fa2f02d892d4e86578ff778045a3d8a7adcd 100644 (file)
@@ -6,4 +6,8 @@ class AuthorizedKey < ArvadosBase
       super
     end
   end
+
+  def self.creatable?
+    false
+  end
 end