use `ActiveSupport::Reloader.to_prepare` instead of deprecated `ActionDispatch::Reloader.to_prepare` [ci skip]

This commit is contained in:
yuuji.yaginuma 2016-03-11 22:20:05 +09:00
parent a101115d5b
commit 3d09a70677
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module ActiveSupport
# I18n.reload!
# end
#
# ActionDispatch::Reloader.to_prepare do
# ActiveSupport::Reloader.to_prepare do
# i18n_reloader.execute_if_updated
# end
class FileUpdateChecker