Class: FrenchToast::NotifierMailer

Inherits:
ActionMailer::Base
  • Object
show all
Defined in:
app/mailers/french_toast/notifier_mailer.rb

Instance Method Summary collapse

Instance Method Details

#article_processed(email) ⇒ Object



3
4
5
6
7
8
# File 'app/mailers/french_toast/notifier_mailer.rb', line 3

def article_processed(email)
  mail(
    from: "[email protected]",
    to: email,
  )
end