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