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

Merge pull request #24188 from wiehann/railsguide-fix

Correct command for generating secret_key_base [ci skip]
This commit is contained in:
Jon Moss 2016-03-14 11:38:26 -04:00
commit 4232f7ee42

View file

@ -417,7 +417,7 @@ secrets, you need to:
3. Remove the `secret_token.rb` initializer.
4. Use `rails secret` to generate new keys for the `development` and `test` sections.
4. Use `rake secret` to generate new keys for the `development` and `test` sections.
5. Restart your server.