From 98186f553420f8d8ab59e71cbbd38099d9b80927 Mon Sep 17 00:00:00 2001
From: Diego Plentz <diego@plentz.org>
Date: Thu, 21 Jan 2016 11:50:15 -0200
Subject: updating secrets.yml template to use rails command instead of rake

---
 railties/lib/rails/generators/rails/app/templates/config/secrets.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'railties')

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.
-- 
cgit v1.2.3