From 8167d18c71fff0a30c317ce226eadad1b846473b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 7 Sep 2015 17:52:05 -0300 Subject: Merge pull request #21534 from Vratislav/clarify-custom-config-guide [Rails Guides] Clarify custom code configuration [ci skip] --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index d63317433d..8672525e2b 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -1108,7 +1108,7 @@ NOTE. If you are running in a multi-threaded environment, there could be a chanc Custom configuration -------------------- -You can configure your own code through the Rails configuration object with custom configuration. It works like this: +You can configure your own code through the Rails configuration object with custom configuration under the `config.x` property. It works like this: ```ruby config.x.payment_processing.schedule = :daily -- cgit v1.2.3