X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52bf3c0924da239488fff3ed9907c3478ee44e6b..1c41009911eb63c4b90f600ca851f0cf961003e1:/apps/workbench/app/models/trait.rb diff --git a/apps/workbench/app/models/trait.rb b/apps/workbench/app/models/trait.rb index cf7099d2fe..e7a6ceb70a 100644 --- a/apps/workbench/app/models/trait.rb +++ b/apps/workbench/app/models/trait.rb @@ -1,5 +1,5 @@ class Trait < ArvadosBase - def self.goes_in_folders? + def self.goes_in_projects? true end end