aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/file_update_checker.rb
diff options
context:
space:
mode:
authorJohn Firebaugh <john_firebaugh@us.ibm.com>2010-12-19 15:58:58 -0800
committerJosé Valim <jose.valim@gmail.com>2010-12-20 12:43:02 +0100
commit435bccda930e4dde3d0fafca958e1c8330b4c3ca (patch)
treed0f4eb51a6cc7cedb292da1125ed3b5eea4c7de3 /activesupport/lib/active_support/file_update_checker.rb
parent0f7c970e4f1cf0f3bcc01c22a6a3038cb3e34668 (diff)
downloadrails-435bccda930e4dde3d0fafca958e1c8330b4c3ca.tar.gz
rails-435bccda930e4dde3d0fafca958e1c8330b4c3ca.tar.bz2
rails-435bccda930e4dde3d0fafca958e1c8330b4c3ca.zip
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/lib/active_support/file_update_checker.rb')
-rw-r--r--activesupport/lib/active_support/file_update_checker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/file_update_checker.rb b/activesupport/lib/active_support/file_update_checker.rb
index cd658fe173..a97e9d7daf 100644
--- a/activesupport/lib/active_support/file_update_checker.rb
+++ b/activesupport/lib/active_support/file_update_checker.rb
@@ -8,7 +8,7 @@ module ActiveSupport
# I18n.reload!
# end
#
- # ActionDispatch::Callbacks.to_prepare do
+ # ActionDispatch::Reloader.to_prepare do
# i18n_reloader.execute_if_updated
# end
#