Skip to content

Commit

Permalink
Update 2024-07-19-rails-8-authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov committed Aug 4, 2024
1 parent 4137170 commit a842f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-19-rails-8-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rails new authy -c=tailwind --main
Run the generator & create a user

```shell
bin/rails generate sessions
bin/rails generate authentication
rails db:create db:migrate
rails c
User.create(email_address: "foo@bar", password: "foo@bar")
Expand Down

0 comments on commit a842f5b

Please sign in to comment.