1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #25100 from maclover7/jm-add-backticks

Add backticks to `config/secrets.yml`
This commit is contained in:
Kasper Timm Hansen 2016-05-21 18:35:53 +02:00
commit 72d0b69681

View file

@ -1,6 +1,6 @@
## Rails 5.1.0.alpha ##
* Added a shared section to config/secrets.yml that will be loaded for all environments.
* Added a shared section to `config/secrets.yml` that will be loaded for all environments.
*DHH*