Sha256: cd57c51a886b55e8f5c0b0d0dcd349cd509ce51bbb90ea3d2439f3f3d5afeb71

Contents?: true

Size: 325 Bytes

Versions: 84

Compression:

Stored size: 325 Bytes

Contents

module Spotlight
  ##
  # Confirm new devise users
  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

84 entries across 84 versions & 1 rubygems

Version Path
blacklight-spotlight-0.7.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.7.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.6.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.5.0 app/mailers/spotlight/confirmation_mailer.rb