diff --git a/documentation/tutorials/confirmation.md b/documentation/tutorials/confirmation.md index 78054d1..f00fe0e 100644 --- a/documentation/tutorials/confirmation.md +++ b/documentation/tutorials/confirmation.md @@ -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`: