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

Merge pull request #23156 from plentz/patch-1

updating secrets.yml template to use rails command instead of rake
This commit is contained in:
Guillermo Iguaran 2016-01-21 09:28:28 -05:00
commit 9a99c7cef5

View file

@ -5,7 +5,7 @@
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.
# You can use `rails secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.