aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-06-22 14:13:39 -0400
committerJon Moss <me@jonathanmoss.me>2016-06-24 17:34:21 -0400
commitd5fea4f99a31b97554b99e30cb184a05a3137252 (patch)
treee9999bf24d7dc61ca65deeed34f8bf6d99187f97 /guides/source
parent3b72975dba4f4e52398358f831c01a8cb564fefa (diff)
downloadrails-d5fea4f99a31b97554b99e30cb184a05a3137252.tar.gz
rails-d5fea4f99a31b97554b99e30cb184a05a3137252.tar.bz2
rails-d5fea4f99a31b97554b99e30cb184a05a3137252.zip
Update grammar for `config.enable_dependency_loading` docs
[ci skip] r? @rafaelfranca
Diffstat (limited to 'guides/source')
-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.