mirror of https://github.com/rails/rails
Remove config.load_paths reference from guide
This commit is contained in:
parent
76f4bb9971
commit
698de01b64
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue