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 Feb 8, 2024
2 parents 7b4f554 + 2cc74b9 commit e73a4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/noticed/templates/notifier.rb.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To deliver this notification:
#
# <%= class_name %>.with(record: @post, message: "New post").deliver(User.all)
# <%= class_name %>Notifier.with(record: @post, message: "New post").deliver(User.all)

class <%= class_name %>Notifier < ApplicationNotifier
# Add your delivery methods
Expand Down

0 comments on commit e73a4d4

Please sign in to comment.