]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entries_controller.rb
Rename Notifier to UserMailer
[rails.git] / app / controllers / diary_entries_controller.rb
index 5f53e81b65ca05e89ef89f1319a89e2f85feb653..12f31bad255c01bf834214fd3b4e656084c0215d 100644 (file)
@@ -81,7 +81,7 @@ class DiaryEntriesController < ApplicationController
 
       # Notify current subscribers of the new comment
       @entry.subscribers.visible.each do |user|
-        Notifier.diary_comment_notification(@diary_comment, user).deliver_later if current_user != user
+        UserMailer.diary_comment_notification(@diary_comment, user).deliver_later if current_user != user
       end
 
       # Add the commenter to the subscribers if necessary