Skip to content

Commit

Permalink
Fix undefined ApplicationDeliveryMethod (#470)
Browse files Browse the repository at this point in the history
* Fix undefined ApplicationDeliveryMethod

* Update README.md
  • Loading branch information
adrienpoly authored Jul 15, 2024
1 parent 4d1bb96 commit 71ad318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ If you want to build your own delivery method to deliver notifications to a spec

`rails generate noticed:delivery_method Discord`

This will generate a new `DeliveryMethods::Discord` class inside the `app/notifiers/delivery_methods` folder, which can be used to deliver notifications to Discord.
This will generate a new `ApplicationDeliveryMethod` and `DeliveryMethods::Discord` class inside the `app/notifiers/delivery_methods` folder, which can be used to deliver notifications to Discord.

```ruby
class DeliveryMethods::Discord < ApplicationDeliveryMethod
Expand Down

0 comments on commit 71ad318

Please sign in to comment.