updating secrets.yml template to use rails command instead of rake

This commit is contained in:
Diego Plentz 2016-01-21 11:50:15 -02:00
parent 4f62597800
commit 98186f5534

@ -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.