Class: Hertz::Courier::Email::NotificationMailer

Inherits:
Object
  • Object
show all
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 email_options_for(notification)
end