Skip to content

Commit 83702d6

Browse files
committed
Fix header formatting in configuring.md
1 parent 247c892 commit 83702d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ initializers, so any initialization code that depends on a given gem having been
34543454
initialized should go into a `config.after_initialize` block.
34553455
34563456
Load Hooks
3457-
----------------------------
3457+
----------
34583458
34593459
Rails code can often be referenced on load of an application. Rails is responsible for the load order of these frameworks, so when you load frameworks, such as `ActiveRecord::Base`, prematurely you are violating an implicit contract your application has with Rails. Moreover, by loading code such as `ActiveRecord::Base` on boot of your application you are loading entire frameworks which may slow down your boot time and could cause conflicts with load order and boot of your application.
34603460

0 commit comments

Comments
 (0)