Update local copy of updated_at if the server provides it.
[arvados.git] / apps / workbench / app / models / job.rb
index e716df75f9105bcecfeb61618465343e33d73019..f88834e0c3f102ca1219fd68e6d655bd0352faa7 100644 (file)
@@ -1,2 +1,5 @@
 class Job < ArvadosBase
+  def attribute_editable?(attr)
+    false
+  end
 end