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

[ci skip] Add securing rails app guide link to credential section

* In 5.2 release note, added [securing rails app guide](http://edgeguides.rubyonrails.org/security.html#custom-credentials) link to [credentials section](http://edgeguides.rubyonrails.org/5_2_release_notes.html#credentials).
This commit is contained in:
Yoshiyuki Hirano 2018-04-07 02:34:59 +09:00
parent 457312f54f
commit b72dc84ba5

View file

@ -75,6 +75,9 @@ secrets introduced in Rails 5.1.
Furthermore, Rails 5.2
[opens API underlying Credentials](https://github.com/rails/rails/pull/30940),
so you can easily deal with other encrypted configurations, keys, and files.
You can read more about this in the
[Securing Rails Applications](security.html#custom-credentials)
guide.
### Content Security Policy