Class: Hertz::Email::NotificationMailer

Inherits:
Object
  • Object
show all
Defined in:
app/mailers/hertz/email/notification_mailer.rb

Instance Method Summary collapse

Instance Method Details

#notification_email(notification) ⇒ Object



6
7
8
9
# File 'app/mailers/hertz/email/notification_mailer.rb', line 6

def notification_email(notification)
  @notification = notification
  mail email_options_for(notification)
end