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 70e1be4 commit 6de869dCopy full SHA for 6de869d
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