]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/notifier.rb
changed to plural diary_entry: view: title
[rails.git] / app / models / notifier.rb
index b291c2b57de027d6dbc3d89b5b5f06f24df5bf3a..4500e527f9914edd454be7fb39e8a647a23518d7 100644 (file)
@@ -72,7 +72,7 @@ class Notifier < ActionMailer::Base
     body :to_user => comment.diary_entry.user.display_name,
          :from_user => comment.user.display_name,
          :body => comment.body,
-         :subject => comment.diary_entry.title,
+         :title => comment.diary_entry.title,
          :readurl => url_for(:host => SERVER_URL,
                              :controller => "diary_entry",
                              :action => "view",