]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/notifier.rb
Scale total distance to metres for Mapzen
[rails.git] / app / models / notifier.rb
index ff3349e28b8e8c854c982f921056e4728fb3bd51..01822656609cc58f710011be937492979b2bb210 100644 (file)
@@ -108,7 +108,7 @@ class Notifier < ActionMailer::Base
                           :title => "Re: #{comment.diary_entry.title}")
 
       mail :from => from_address(comment.user.display_name, "c", comment.id, comment.digest),
-           :to =>  comment.diary_entry.user.email,
+           :to => comment.diary_entry.user.email,
            :subject => I18n.t("notifier.diary_comment_notification.subject", :user => comment.user.display_name)
     end
   end