Module: Spree::Reimbursement::Emails
- Included in:
- Spree::Reimbursement
- Defined in:
- app/models/spree/reimbursement/emails.rb
Instance Method Summary collapse
Instance Method Details
#send_reimbursement_email ⇒ Object
4 5 6 7 8 |
# File 'app/models/spree/reimbursement/emails.rb', line 4 def send_reimbursement_email # you can overwrite this method in your application / extension to send out the confirmation email # or use `spree_emails` gem # YourEmailVendor.deliver_reimbursement_email(id) # `id` = ID of the Reimbursement being sent, you can also pass the entire object using `self` end |