Skip to content

Commit 71ad318

Browse files
authored
Fix undefined ApplicationDeliveryMethod (#470)
* Fix undefined ApplicationDeliveryMethod * Update README.md
1 parent 4d1bb96 commit 71ad318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ If you want to build your own delivery method to deliver notifications to a spec
525525

526526
`rails generate noticed:delivery_method Discord`
527527

528-
This will generate a new `DeliveryMethods::Discord` class inside the `app/notifiers/delivery_methods` folder, which can be used to deliver notifications to Discord.
528+
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.
529529

530530
```ruby
531531
class DeliveryMethods::Discord < ApplicationDeliveryMethod

0 commit comments

Comments
 (0)