mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #21534 from Vratislav/clarify-custom-config-guide
[Rails Guides] Clarify custom code configuration [ci skip]
This commit is contained in:
parent
7b9b0b531f
commit
8167d18c71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue