X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6cc9d6e055974384be446f6da8218ff7da048ae..a9a677e1655c461e742e46cc3c239f8605f4fc6b:/services/api/app/models/pipeline_template.rb diff --git a/services/api/app/models/pipeline_template.rb b/services/api/app/models/pipeline_template.rb index 3b099ed794..b016ce1175 100644 --- a/services/api/app/models/pipeline_template.rb +++ b/services/api/app/models/pipeline_template.rb @@ -1,5 +1,5 @@ class PipelineTemplate < ArvadosModel - include AssignUuid + include HasUuid include KindAndEtag include CommonApiTemplate serialize :components, Hash @@ -7,5 +7,6 @@ class PipelineTemplate < ArvadosModel api_accessible :user, extend: :common do |t| t.add :name t.add :components + t.add :description end end