Class: TakeOff::Mailer

Inherits:
ActionMailer::Base
  • Object
show all
Defined in:
app/mailers/take_off/mailer.rb

Instance Method Summary collapse

Instance Method Details

#post_mail(headers) ⇒ Object



5
6
7
# File 'app/mailers/take_off/mailer.rb', line 5

def post_mail headers
  mail headers
end