14988: Updates *_filter callbacks to use the new *_action form.
[arvados.git] / apps / workbench / app / controllers / containers_controller.rb
index f0e31644f1ba0b5ba8db27ef007be63382c16455..a8549cd5b82e8b9e82420d7f7478b2c3a9660247 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class ContainersController < 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
   }