From c2dd349b6d80988f57907b886a118c33033e2da1 Mon Sep 17 00:00:00 2001 From: Taufiq Muhammadi Date: Sun, 16 Jun 2019 09:52:33 +0700 Subject: [PATCH] replace reference to Rails secret config with Rails custom credentials reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 512cef1..a046541 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ It is possible to enable Identity Verification for the Intercom Messenger and yo ```ruby config.api_secret = '123456' ``` -**Note: This example is just for the sake of simplicity, you should never include this secret in source control. Instead, you should use the Rails [secret config](http://guides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml) feature.** +**Note: This example is just for the sake of simplicity, you should never include this secret as plain text in source control. Instead, you should use the Rails [custom credentials](https://guides.rubyonrails.org/security.html#custom-credentials) feature.** ### Shutdown