X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a959f21c8147f26362df392bc3fd3290db69de85..0a29de2f77bcce28b89561897d1b746a8c9151ac:/apps/workbench/app/models/pipeline_template.rb diff --git a/apps/workbench/app/models/pipeline_template.rb b/apps/workbench/app/models/pipeline_template.rb index e1af2cb052..bce0f08d6b 100644 --- a/apps/workbench/app/models/pipeline_template.rb +++ b/apps/workbench/app/models/pipeline_template.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class PipelineTemplate < ArvadosBase def self.goes_in_projects? true @@ -6,4 +10,8 @@ class PipelineTemplate < ArvadosBase def self.creatable? false end + + def textile_attributes + [ 'description' ] + end end