We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50bfba commit d1cefb4Copy full SHA for d1cefb4
railties/CHANGELOG.md
@@ -1,8 +1,8 @@
1
-* Add sessions generator to give a basic start to an authentication system using database-tracked sessions.
+* Add authentication generator to give a basic start to an authentication system using database-tracked sessions.
2
3
4
# Generate with...
5
- bin/rails generate sessions
+ bin/rails generate authentication
6
7
# Generated files
8
app/models/current.rb
0 commit comments