Class: Hertz::Courier::Email::NotificationMailer
- Inherits:
-
Object
- Object
- Hertz::Courier::Email::NotificationMailer
- Defined in:
- app/mailers/hertz/courier/email/notification_mailer.rb
Instance Method Summary collapse
Instance Method Details
#notification_email(notification) ⇒ Object
7 8 9 10 |
# File 'app/mailers/hertz/courier/email/notification_mailer.rb', line 7 def notification_email(notification) @notification = notification mail (notification) end |