File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ module Rails
46
46
# 6) Run config.before_initialize callbacks
47
47
# 7) Run Railtie#initializer defined by railties, engines and application.
48
48
# 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
53
53
#
54
54
class Application < Engine
55
55
autoload :Bootstrap , 'rails/application/bootstrap'
You can’t perform that action at this time.
0 commit comments