4091: Use <=N instead of <N+1. Pass "uuid not in" filter to API instead of adding...
[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