Sha256: decb53dfe54058c4f04c86355f360196b16c5253955d89b267a985c99466ee54

Contents?: true

Size: 291 Bytes

Versions: 5

Compression:

Stored size: 291 Bytes

Contents

module Spotlight
  class ConfirmationMailer < ActionMailer::Base
    include Devise::Mailers::Helpers

    def confirmation_instructions(record, token, opts)
      @token = token
      initialize_from_record(record)
      mail headers_for(:confirmation_instructions, opts)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-spotlight-0.4.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.3.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.3.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.2.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.1.0 app/mailers/spotlight/confirmation_mailer.rb