14988: Restores debug message when accessing non-loaded attributes.
[arvados.git] / apps / workbench / app / controllers / status_controller.rb
index 90b7be564d4d12c5d8c593ea0ec0040a16a1c9a4..0a8fb5a282c5872b2b20b66cb4ee3dfb7f71a152 100644 (file)
@@ -3,8 +3,8 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class StatusController < ApplicationController
-  skip_around_filter :require_thread_api_token
-  skip_before_filter :find_object_by_uuid
+  skip_around_action :require_thread_api_token
+  skip_before_action :find_object_by_uuid
   def status
     # Allow non-credentialed cross-origin requests
     headers['Access-Control-Allow-Origin'] = '*'