mirror of https://github.com/rails/rails
use `ActiveSupport::Reloader.to_prepare` instead of deprecated `ActionDispatch::Reloader.to_prepare` [ci skip]
This commit is contained in:
parent
a101115d5b
commit
3d09a70677
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue