Skip to content

Commit

Permalink
Merge branch 'main' of github.com:excid3/noticed
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 6, 2024
2 parents cd8c5ab + 0168962 commit afa01e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Noticed operates with a few constructs: Notifiers, delivery methods, and Notific
To start, generate a Notifier:

```bash
rails generate noticed:notifier NewCommentNotifier
rails generate noticed:notification NewCommentNotifier
```

### Usage Contents
Expand Down Expand Up @@ -331,6 +331,7 @@ class IosNotifier < Noticed::Event
config.before_enqueue = ->{ throw(:abort) unless recipient.registered_ios? }
end
end
```

#### Tip: Extracting Delivery Method Configurations

Expand Down

0 comments on commit afa01e5

Please sign in to comment.