Merge branch 'master' into 3859-api-job-lock-method
[arvados.git] / apps / workbench / app / models / authorized_key.rb
index 8f4d62c823bc1f17eb35689db4c0c970173eb57a..724c996e4a4ef173f432514349921ab249eddf2a 100644 (file)
@@ -3,7 +3,7 @@ class AuthorizedKey < ArvadosBase
     if attr.to_s == 'authorized_user_uuid'
       current_user and current_user.is_admin
     else
-      super attr, *args
+      super
     end
   end
 end