Skip to content

Commit

Permalink
s/around_filter/around_action/
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 20, 2015
1 parent 17e0878 commit 2dff9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/time/zones.rb
Expand Up @@ -26,7 +26,7 @@ def zone
# <tt>current_user.time_zone</tt> 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?
Expand Down

0 comments on commit 2dff9d0

Please sign in to comment.