X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/40df5992d4d8071a6e10a20ecdeb0470a80764cc..011cdc12d3d3a664e8a8ef09bc0e7f5223afa6df:/apps/workbench/app/controllers/pipeline_templates_controller.rb diff --git a/apps/workbench/app/controllers/pipeline_templates_controller.rb b/apps/workbench/app/controllers/pipeline_templates_controller.rb index 2be51c6a18..2b2e9a4e33 100644 --- a/apps/workbench/app/controllers/pipeline_templates_controller.rb +++ b/apps/workbench/app/controllers/pipeline_templates_controller.rb @@ -1,5 +1,6 @@ class PipelineTemplatesController < ApplicationController - + include PipelineComponentsHelper + def show @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid) super