Skip to content
Snippets Groups Projects
Commit 0a2ac837 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add missing subject for wall comment

parent 82ae973a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment