Method: Helpdesk::NotificationsMailer#comment_by_helpdesk_confirmation

Defined in:
app/mailers/helpdesk/notifications_mailer.rb

#comment_by_helpdesk_confirmation(comment) ⇒ Object



36
37
38
39
40
# File 'app/mailers/helpdesk/notifications_mailer.rb', line 36

def comment_by_helpdesk_confirmation(comment)
  @comment = comment
  mail(:subject=>"#{t('helpdesk.name')} | #{comment.ticket.subject}",
       :to => Helpdesk.email)
end