1 class PipelineTemplatesController < ApplicationController
2 skip_around_filter :require_thread_api_token, if: proc { |ctrl|
3 Rails.configuration.anonymous_user_token and
4 'show' == ctrl.action_name
7 include PipelineComponentsHelper
10 @objects = PipelineInstance.where(pipeline_template_uuid: @object.uuid)
15 %w(Components Pipelines Advanced)