2939: Added a status page for jobs that is similar to the pipeline instance
[arvados.git] / apps / workbench / app / models / human.rb
index 31653bd6c77ae355ad8e94d9b3d4f90bb47656ca..3880f0513d6f2edbe7fd3a38300e430a29f5ca58 100644 (file)
@@ -1,2 +1,5 @@
 class Human < ArvadosBase
+  def self.goes_in_folders?
+    true
+  end
 end