Merge branch 'master' into 2681-new-inactive-user-notification
[arvados.git] / apps / workbench / app / models / trait.rb
1 class Trait < ArvadosBase
2   def self.goes_in_folders?
3     true
4   end
5 end