Method: Helpdesk::NotificationsMailer#comment_by_requester_notification

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

#comment_by_requester_notification(comment) ⇒ Object



17
18
19
20
21
# File 'app/mailers/helpdesk/notifications_mailer.rb', line 17

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