Method: DynamicFormDocument#send_email
- Defined in:
- app/models/dynamic_form_document.rb
#send_email ⇒ Object
19 20 21 22 23 24 25 26 |
# File 'app/models/dynamic_form_document.rb', line 19 def send_email begin WebsiteInquiryMailer.inquiry(self).deliver rescue Exception => e system_user = Party.find_by_description('Compass AE') AuditLog.(system_user, e) end end |