X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ebb166d65eb37f89edeccfc5be97014f3f2a73e2..1b4f261c2f7d8552f9d746931c84c09d894c0077:/apps/workbench/app/models/human.rb diff --git a/apps/workbench/app/models/human.rb b/apps/workbench/app/models/human.rb index 3880f0513d..7c2d3e4396 100644 --- a/apps/workbench/app/models/human.rb +++ b/apps/workbench/app/models/human.rb @@ -1,5 +1,5 @@ class Human < ArvadosBase - def self.goes_in_folders? + def self.goes_in_projects? true end end