2760: Exclude system objects like VMs and repos from folder behavior.
[arvados.git] / apps / workbench / app / models / trait.rb
index ab65ad59dbf381a2928365884d88b27be54885d7..cf7099d2fe4bf67e3250552a81d94f42c4a441f4 100644 (file)
@@ -1,2 +1,5 @@
 class Trait < ArvadosBase
+  def self.goes_in_folders?
+    true
+  end
 end