Merge branch '15028-fix-tests' refs #15028
[arvados.git] / apps / workbench / app / controllers / container_requests_controller.rb
index 454be448d9d1e7afad061ac983cd38780abd1365..d5627076f5e1d0b0dee23531fbe884dacb16aa64 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class ContainerRequestsController < 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
   }