X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b80867f0ae046c907cbd208facf7f98bee5a4f85..9a07feb6e747e88e4bd3f43e2c2b77954b9e6a19:/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