1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update the ducumentation about the before_eager_load callback [ci skip]

This commit is contained in:
Rafael Mendonça França 2012-08-22 22:12:24 -03:00
parent 7f1dc4ad45
commit 16fbe6f3e3

View file

@ -46,7 +46,7 @@ module Rails
# One by one, each engine sets up its load paths, routes and runs its config/initializers/* files.
# 9) Custom Railtie#initializers added by railties, engines and applications are executed
# 10) Build the middleware stack and run to_prepare callbacks
# 11) Run config.before_eager_load and eager_load if cache classes is true
# 11) Run config.before_eager_load and eager_load! if eager_load is true
# 12) Run config.after_initialize callbacks
#
class Application < Engine