X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ebb166d65eb37f89edeccfc5be97014f3f2a73e2..3aaefcb3c76ff470b475d950398d01255e87712a:/apps/workbench/app/models/trait.rb diff --git a/apps/workbench/app/models/trait.rb b/apps/workbench/app/models/trait.rb index cf7099d2fe..421a107665 100644 --- a/apps/workbench/app/models/trait.rb +++ b/apps/workbench/app/models/trait.rb @@ -1,5 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Trait < ArvadosBase - def self.goes_in_folders? + def self.goes_in_projects? true end end