X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52bf3c0924da239488fff3ed9907c3478ee44e6b..16a7c3c0b0bff303a6185282ab170fd495f7413d:/apps/workbench/app/models/human.rb?ds=sidebyside 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