Skip to content

Commit c614b76

Browse files
committed
Merge pull request rails#9629 from wangjohn/numbering_of_applicationrb_is_off
Renumbering the comments in the application boot process.
2 parents afd3ade + ff25b0e commit c614b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

railties/lib/rails/application.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ module Rails
4646
# 6) Run config.before_initialize callbacks
4747
# 7) Run Railtie#initializer defined by railties, engines and application.
4848
# One by one, each engine sets up its load paths, routes and runs its config/initializers/* files.
49-
# 9) Custom Railtie#initializers added by railties, engines and applications are executed
50-
# 10) Build the middleware stack and run to_prepare callbacks
51-
# 11) Run config.before_eager_load and eager_load! if eager_load is true
52-
# 12) Run config.after_initialize callbacks
49+
# 8) Custom Railtie#initializers added by railties, engines and applications are executed
50+
# 9) Build the middleware stack and run to_prepare callbacks
51+
# 10) Run config.before_eager_load and eager_load! if eager_load is true
52+
# 11) Run config.after_initialize callbacks
5353
#
5454
class Application < Engine
5555
autoload :Bootstrap, 'rails/application/bootstrap'

0 commit comments

Comments
 (0)