Commit 0a2ac837 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add missing subject for wall comment

parent 82ae973a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment