mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Renumbering the comments in the application boot process.
This commit is contained in:
parent
afd3ade43d
commit
ff25b0e55f
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ module Rails
|
|||
# 6) Run config.before_initialize callbacks
|
||||
# 7) Run Railtie#initializer defined by railties, engines and application.
|
||||
# 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 eager_load is true
|
||||
# 12) Run config.after_initialize callbacks
|
||||
# 8) Custom Railtie#initializers added by railties, engines and applications are executed
|
||||
# 9) Build the middleware stack and run to_prepare callbacks
|
||||
# 10) Run config.before_eager_load and eager_load! if eager_load is true
|
||||
# 11) Run config.after_initialize callbacks
|
||||
#
|
||||
class Application < Engine
|
||||
autoload :Bootstrap, 'rails/application/bootstrap'
|
||||
|
|
Loading…
Reference in a new issue