Merge pull request #21534 from Vratislav/clarify-custom-config-guide

[Rails Guides] Clarify custom code configuration [ci skip]
This commit is contained in:
Rafael Mendonça França 2015-09-07 17:52:05 -03:00
parent 7b9b0b531f
commit 8167d18c71
1 changed files with 1 additions and 1 deletions

View File

@ -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