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