Skip to content

Commit ebdebf9

Browse files
authored
Merge pull request rails#54188 from skipkayhil/hm-load-as-doc
Fix load_active_support initializer doc [ci skip]
2 parents eef3bab + 2eae6ca commit ebdebf9

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
@@ -3869,7 +3869,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
38693869
38703870
* `load_environment_hook`: Serves as a placeholder so that `:load_environment_config` can be defined to run before it.
38713871
3872-
* `load_active_support`: Requires `active_support/dependencies` which sets up the basis for Active Support. Optionally requires `active_support/all` if `config.active_support.bare` is un-truthful, which is the default.
3872+
* `load_active_support`: Optionally requires `active_support/all` if `config.active_support.bare` is un-truthful, which is the default.
38733873
38743874
* `initialize_logger`: Initializes the logger (an `ActiveSupport::BroadcastLogger` object) for the application and makes it accessible at `Rails.logger`, provided that no initializer inserted before this point has defined `Rails.logger`.
38753875

0 commit comments

Comments
 (0)