]> git.openstreetmap.org Git - rails.git/blobdiff - app/mailers/user_mailer.rb
Consistent usage of layer information in _osm_location cookie
[rails.git] / app / mailers / user_mailer.rb
index fea73c710cdaf1057526d653cfad4d6844fff972..6098162852039a0078c927b7fce5b717e681196c 100644 (file)
@@ -119,7 +119,7 @@ class UserMailer < ApplicationMailer
     end
   end
 
-  def friendship_notification(follow)
+  def follow_notification(follow)
     with_recipient_locale follow.following do
       @follow = follow
       @viewurl = user_url(@follow.follower)