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:
commit
4232f7ee42
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue