14988: Fixes exception raising due to a change in rails5 behavior.
[arvados.git] / apps / workbench / app / controllers / workflows_controller.rb
index 3b98413e23a2224ef8da829f3ba8c6255d1adced..b7f99e855e69dab591e633d9a07a54baa6f03282 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class WorkflowsController < ApplicationController
-  skip_around_filter :require_thread_api_token, if: proc { |ctrl|
+  skip_around_action :require_thread_api_token, if: proc { |ctrl|
     Rails.configuration.anonymous_user_token and
     'show' == ctrl.action_name
   }