Remove config.load_paths reference from guide

This commit is contained in:
Akhil G Krishnan 2023-11-11 11:40:13 +05:30
parent 76f4bb9971
commit 698de01b64
1 changed files with 1 additions and 1 deletions

View File

@ -3510,7 +3510,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
* `action_mailer.compile_config_methods`: Initializes methods for the config settings specified so that they are quicker to access.
* `set_load_path`: This initializer runs before `bootstrap_hook`. Adds paths specified by `config.load_paths` and all autoload paths to `$LOAD_PATH`.
* `set_load_path`: This initializer runs before `bootstrap_hook`. Adds paths specified by `config.paths.load_paths` and all autoload paths to `$LOAD_PATH`.
* `set_autoload_paths`: This initializer runs before `bootstrap_hook`. Adds all sub-directories of `app` and paths specified by `config.autoload_paths`, `config.eager_load_paths` and `config.autoload_once_paths` to `ActiveSupport::Dependencies.autoload_paths`.