2872: Fix attribute_editable? to play nicer with group ownership. refs #2872
[arvados.git] / apps / workbench / app / models / human.rb
1 class Human < ArvadosBase
2   def self.goes_in_folders?
3     true
4   end
5 end