Skip to content

Commit

Permalink
[ci skip] Add securing rails app guide link to credential section
Browse files Browse the repository at this point in the history
* 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).
  • Loading branch information
yhirano55 committed Apr 6, 2018
1 parent 457312f commit b72dc84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/5_2_release_notes.md
Expand Up @@ -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

Expand Down

0 comments on commit b72dc84

Please sign in to comment.