From 0a2ac8371d49123baa5d1f601fc24df15d46965a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 30 Dec 2012 20:26:09 +0200 Subject: [PATCH] Add missing subject for wall comment --- app/mailers/notify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index 46b8e05..c2a97ad 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -88,7 +88,7 @@ class Notify < ActionMailer::Base def note_wall_email(recipient_id, note_id) @note = Note.find(note_id) @project = @note.project - mail(to: recipient(recipient_id), subject: subject) + mail(to: recipient(recipient_id), subject: subject("note on wall")) end -- libgit2 0.21.2