diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_1_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index c08cb3308e..5c621d0a1b 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -43,7 +43,7 @@ spring environments. **Running rake tasks:** ``` -bin/rake test:units +bin/rake test:models ``` **Running a Rails command:** @@ -183,7 +183,7 @@ for a detailed write up. ### Application Message Verifier -The application message verifier that can be used to generate and verify signed +The application message verifier can be used to generate and verify signed messages in the application. This can be useful for remember-me tokens and friends: |