remove comment mention mail, use reply mail instead

This commit is contained in:
jomo
2015-02-08 01:18:09 +01:00
parent f82af96759
commit 05760b845c
6 changed files with 18 additions and 73 deletions

View File

@@ -46,12 +46,6 @@ class RedstonerMailer < ActionMailer::Base
mail(to: @user.email, subject: "#{comment.author.name} replied to '#{comment.blogpost.title}' on Redstoner")
end
def new_post_comment_mention_mail(user, comment)
@user = user
@comment = comment
mail(to: @user.email, subject: "#{comment.author.name} mentioned you in '#{comment.blogpost.title}' on Redstoner")
end
def email_change_confirm_mail(user)
@user = user
mail(to: @user.email, subject: "Email change on Redstoner.com")