From 2dff9d0f3e9bee5a5a21952ce8e6612e39620417 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 21 Feb 2015 06:16:48 +0900 Subject: s/around_filter/around_action/ --- activesupport/lib/active_support/core_ext/time/zones.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb index 0668eadb1e..d683e7c777 100644 --- a/activesupport/lib/active_support/core_ext/time/zones.rb +++ b/activesupport/lib/active_support/core_ext/time/zones.rb @@ -26,7 +26,7 @@ class Time # current_user.time_zone just needs to return a string identifying the user's preferred time zone: # # class ApplicationController < ActionController::Base - # around_filter :set_time_zone + # around_action :set_time_zone # # def set_time_zone # if logged_in? -- cgit v1.2.3