Skip to content

Commit

Permalink
Added opted_out? to upgrade docs - closes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 6, 2023
1 parent 06165c9 commit 0b74ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ rails db:migrate
- `User.not_opted_out` to `User.subscribed(list)`
- `opt_in` to `subscribe(list)`
- `opt_out` to `unsubscribe(list)`
- `opted_out?` to `!subscribed?(list)`

3. Add a user and list to `mailkick_unsubscribe_url`

Expand Down

0 comments on commit 0b74ed9

Please sign in to comment.