aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-06-24 17:43:25 -0400
committerGitHub <noreply@github.com>2016-06-24 17:43:25 -0400
commit40bf7a52d51498879d9b442663b7a23f37fb1204 (patch)
treee5a6bc18d74a945014aa5e7121bbc16363fd5147 /guides
parentc1064b0c88874f38c7469892a9ac46338c1b6c32 (diff)
parentd5fea4f99a31b97554b99e30cb184a05a3137252 (diff)
downloadrails-40bf7a52d51498879d9b442663b7a23f37fb1204.tar.gz
rails-40bf7a52d51498879d9b442663b7a23f37fb1204.tar.bz2
rails-40bf7a52d51498879d9b442663b7a23f37fb1204.zip
Merge pull request #25476 from maclover7/jm-docs-dep-loading
Update grammar for `config.enable_dependency_loading` docs
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 8d22cf4504..f34b6473b2 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -94,7 +94,7 @@ application. Accepts a valid week day symbol (e.g. `:monday`).
* `config.eager_load_paths` accepts an array of paths from which Rails will eager load on boot if cache classes is enabled. Defaults to every folder in the `app` directory of the application.
-* `config.enable_dependency_loading` when true, enable the autoload loading behavior even if the application is eager loaded and have `cache_classes` as true. Default to false.
+* `config.enable_dependency_loading`: when true, enables autoload loading, even if the application is eager loaded and `config.cache_classes` is set as true. Defaults to false.
* `config.encoding` sets up the application-wide encoding. Defaults to UTF-8.