8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / controllers / workflows_controller.rb
1 class WorkflowsController < ApplicationController
2   skip_around_filter :require_thread_api_token, if: proc { |ctrl|
3     Rails.configuration.anonymous_user_token and
4     'show' == ctrl.action_name
5   }
6
7   def show_pane_list
8     %w(Definition Advanced)
9   end
10 end