5417: add additional test updates to verify Run button status when input is not readable.
[arvados.git] / apps / workbench / app / models / authorized_key.rb
index 2d804e1a5345743957b71aa7389eb15ab223312c..d84adea44f1832360b03ac5edc09a5cc10371a08 100644 (file)
@@ -6,4 +6,8 @@ class AuthorizedKey < ArvadosBase
       super
     end
   end
+
+  def self.creatable?
+    current_user
+  end
 end