X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a01f0a9b9860ca574e0078a0e95afb783e711dc1..dbaa58c1c806799435ca5741b3f61bc6b65b6569:/apps/workbench/app/models/human.rb diff --git a/apps/workbench/app/models/human.rb b/apps/workbench/app/models/human.rb index 3880f0513d..c1acef5645 100644 --- a/apps/workbench/app/models/human.rb +++ b/apps/workbench/app/models/human.rb @@ -1,5 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Human < ArvadosBase - def self.goes_in_folders? + def self.goes_in_projects? true end end