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