2872: Fix attribute_editable? to play nicer with group ownership. refs #2872
[arvados.git] / apps / workbench / app / models / job.rb
index 56428abb2c54e3b2ea0967d2a08da2bb2092b62e..92f3910293695bb537959fbee02c2abd1c972e0e 100644 (file)
@@ -3,7 +3,7 @@ class Job < ArvadosBase
     true
   end
 
-  def attribute_editable?(attr)
+  def attribute_editable? attr, *args
     false
   end