Skip to content

Commit

Permalink
docs: Update confirmation.md to add missing migration steps (#736)
Browse files Browse the repository at this point in the history
* Update confirmation.md to add missing migration steps

* Update confirmation.md

---------

Co-authored-by: Zach Daniel <[email protected]>
  • Loading branch information
msonawane and zachdaniel committed Jul 10, 2024
1 parent b10b958 commit 5d4f20b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/tutorials/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ defmodule MyApp.Accounts.User do
end
end
```
Next we will have to generate and run migrations to add confirmed_at column to user resource

```bash
mix ash.codegen account_confirmation
```

Next we will define our "sender" module using `Swoosh`:

Expand Down

0 comments on commit 5d4f20b

Please sign in to comment.