Merge branch 'master' into 3193-manage-account
[arvados.git] / apps / workbench / app / models / user.rb
index c1656bde692ea1b0d454585663b1aca7ec4d3a8a..9c914776a2cf43b5ef0241dfced63c0a745a1bb5 100644 (file)
@@ -31,8 +31,8 @@ class User < ArvadosBase
     super.reject { |k,v| %w(owner_uuid default_owner_uuid identity_url prefs).index k }
   end
 
- def attribute_editable?(attr)
-    (not (self.uuid.andand.match(/000000000000000$/) and self.is_admin)) and super(attr)
+ def attribute_editable? attr, *args
+    (not (self.uuid.andand.match(/000000000000000$/) and self.is_admin)) and super
   end
 
   def friendly_link_name