Class: Ishapi::ConfirmationsMailer

Inherits:
Devise::Mailer
  • Object
show all
Includes:
Devise::Controllers::UrlHelpers
Defined in:
app/mailers/ishapi/confirmations_mailer.rb

Instance Method Summary collapse

Instance Method Details

#confirmation_instructions(record, token, opts = {}) ⇒ Object



9
10
11
12
# File 'app/mailers/ishapi/confirmations_mailer.rb', line 9

def confirmation_instructions(record, token, opts={})
  # headers["Custom-header"] = "Bar"
  super
end