Skip to content

Commit

Permalink
Merge pull request rails#54188 from skipkayhil/hm-load-as-doc
Browse files Browse the repository at this point in the history
Fix load_active_support initializer doc [ci skip]
  • Loading branch information
skipkayhil authored Jan 11, 2025
2 parents eef3bab + 2eae6ca commit ebdebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -3869,7 +3869,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
* `load_environment_hook`: Serves as a placeholder so that `:load_environment_config` can be defined to run before it.
* `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.
* `load_active_support`: Optionally requires `active_support/all` if `config.active_support.bare` is un-truthful, which is the default.
* `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`.
Expand Down

0 comments on commit ebdebf9

Please sign in to comment.