Merge branch 'master' into 2681-new-inactive-user-notification
[arvados.git] / apps / workbench / app / models / collection.rb
index 2346a27859a944ce40b68ecaaf256555bd4dec94..2fe4e2b748f1119f8d2c7b1934e4679480fcb781 100644 (file)
@@ -8,6 +8,10 @@ class Collection < ArvadosBase
     !!locator.to_s.match("^#{MD5_EMPTY}(\\+.*)?\$")
   end
 
+  def self.goes_in_folders?
+    true
+  end
+
   def content_summary
     human_readable_bytes_html(total_bytes) + " " + super
   end