aboutsummaryrefslogtreecommitdiffstats
path: root/app/mailers/refinery/blog/comment_mailer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/refinery/blog/comment_mailer.rb')
-rw-r--r--app/mailers/refinery/blog/comment_mailer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/refinery/blog/comment_mailer.rb b/app/mailers/refinery/blog/comment_mailer.rb
index 6f17f81..5b0ce7a 100644
--- a/app/mailers/refinery/blog/comment_mailer.rb
+++ b/app/mailers/refinery/blog/comment_mailer.rb
@@ -3,7 +3,7 @@ module Refinery
class CommentMailer < ActionMailer::Base
def notification(comment, request)
- @blog_comment = comment
+ @comment = comment
mail :subject => Blog::Comment::Notification.subject,
:recipients => Blog::Comment::Notification.recipients,
:from => "\"#{Refinery::Core.config.site_name}\" <no-reply@#{request.domain}>"