X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4fdfbe8fb9523451b0536042d14c2f229b75c0f3..da298b0d96a1e49a1330a4486dcbe22d92d1d743:/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 2b2e9a4e33..83ab88f612 100644 --- a/apps/workbench/app/controllers/pipeline_templates_controller.rb +++ b/apps/workbench/app/controllers/pipeline_templates_controller.rb @@ -1,4 +1,9 @@ class PipelineTemplatesController < ApplicationController + skip_around_filter :require_thread_api_token, if: proc { |ctrl| + Rails.configuration.anonymous_user_token and + 'show' == ctrl.action_name + } + include PipelineComponentsHelper def show