Sha256: 84df94be64a120f724a76269807bf09f7ec533b4080cb89c2025122e78f8f4fa

Contents?: true

Size: 467 Bytes

Versions: 123

Compression:

Stored size: 467 Bytes

Contents

class Ishapi::ConfirmationsMailer < Devise::Mailer
  # default from: '314658@gmail.com'
  helper :application # gives access to all helpers defined within `application_helper`.
  include Devise::Controllers::UrlHelpers # Optional. eg. `confirmation_url`

  default template_path: 'ishapi/mailer' # to make sure that your mailer uses the devise views

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

end

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
ishapi-0.1.8.184 app/mailers/ishapi/confirmations_mailer.rb
ishapi-0.1.8.183 app/mailers/ishapi/confirmations_mailer.rb
ishapi-0.1.8.182 app/mailers/ishapi/confirmations_mailer.rb