aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorDiego Plentz <diego@plentz.org>2016-01-21 11:50:15 -0200
committerDiego Plentz <diego@plentz.org>2016-01-21 11:50:15 -0200
commit98186f553420f8d8ab59e71cbbd38099d9b80927 (patch)
tree86720bca252415ec53afa75771f1d020d73da596 /railties/lib/rails
parent4f62597800c7e50f8577caf0bfe714ccdf670671 (diff)
downloadrails-98186f553420f8d8ab59e71cbbd38099d9b80927.tar.gz
rails-98186f553420f8d8ab59e71cbbd38099d9b80927.tar.bz2
rails-98186f553420f8d8ab59e71cbbd38099d9b80927.zip
updating secrets.yml template to use rails command instead of rake
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/secrets.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/secrets.yml b/railties/lib/rails/generators/rails/app/templates/config/secrets.yml
index b2669a0f79..cdea2fd060 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/secrets.yml
+++ b/railties/lib/rails/generators/rails/app/templates/config/secrets.yml
@@ -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.