X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/be11f2075e8bbde0a1e0640fd254c64ee0c94f25..18fd80ebb77b75622fb60bfa5ec64878a0c7bdc4:/app/mailers/user_mailer.rb diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index fea73c710..609816285 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -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)