Skip to content

Commit 4161ae7

Browse files
authored
Merge pull request rails#50015 from akhilgkrishnan/remove-config-load-paths-reference
Remove config.load_paths reference from guide [ci skip]
2 parents 42b7cc5 + 698de01 commit 4161ae7

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
@@ -3510,7 +3510,7 @@ Below is a comprehensive list of all the initializers found in Rails in the orde
35103510

35113511
* `action_mailer.compile_config_methods`: Initializes methods for the config settings specified so that they are quicker to access.
35123512

3513-
* `set_load_path`: This initializer runs before `bootstrap_hook`. Adds paths specified by `config.load_paths` and all autoload paths to `$LOAD_PATH`.
3513+
* `set_load_path`: This initializer runs before `bootstrap_hook`. Adds paths specified by `config.paths.load_paths` and all autoload paths to `$LOAD_PATH`.
35143514

35153515
* `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`.
35163516

0 commit comments

Comments
 (0)