X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52bf3c0924da239488fff3ed9907c3478ee44e6b..dccac1099d26fb9d40bf8ace962702a4e9ab1c40:/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