You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,7 @@ If you want to build your own delivery method to deliver notifications to a spec
525
525
526
526
`rails generate noticed:delivery_method Discord`
527
527
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.
529
529
530
530
```ruby
531
531
class DeliveryMethods::Discord < ApplicationDeliveryMethod
0 commit comments