4523: Merge branch '4523-search-index' of git.curoverse.com:arvados into 4523-search...
[arvados.git] / apps / workbench / app / controllers / pipeline_templates_controller.rb
index 2be51c6a1804968e9785dae7d5381a84b913e5fe..2b2e9a4e33925da7899007910b213ce130811303 100644 (file)
@@ -1,5 +1,6 @@
 class PipelineTemplatesController < ApplicationController
-  
+  include PipelineComponentsHelper
+
   def show
     @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid)
     super