]> git.openstreetmap.org Git - rails.git/commit
Deliver diary comment notifications using Noticed
authorTom Hughes <tom@compton.nu>
Tue, 24 Mar 2026 18:59:47 +0000 (18:59 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Mar 2026 13:24:42 +0000 (13:24 +0000)
commit284d5232effb83a2e6aa7e8e3b33e6bcdbffe719
tree543f8d61bc5251c6f077630df58e231657142bac
parenteedf222d4eec21c2050be43c725b875351ebca61
Deliver diary comment notifications using Noticed
app/controllers/diary_comments_controller.rb
app/mailers/user_mailer.rb
app/models/diary_comment.rb
app/models/diary_entry.rb
app/notifiers/diary_comment_notifier.rb [new file with mode: 0644]
test/mailers/previews/user_mailer_preview.rb
test/mailers/user_mailer_test.rb
test/models/diary_comment_test.rb
test/models/diary_entry_test.rb