Method: Helpdesk::NotificationsMailer#comment_by_requester_confirmation

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

#comment_by_requester_confirmation(comment) ⇒ Object


23
24
25
26
27
# File 'app/mailers/helpdesk/notifications_mailer.rb', line 23

def comment_by_requester_confirmation(comment)
  @comment = comment
  mail(:subject=>"#{Helpdesk.helpdesk_name} | #{comment.ticket.subject}",
       :to => comment.ticket.requester.email)
end