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-1.4.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.3.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.2.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.1.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.0.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.0.0.alpha2 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-1.0.0.alpha1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.34.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.34.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.33.3 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.33.2 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.33.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.33.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.32.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.31.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.30.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.29.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.29.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.28.3 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-0.28.2 app/mailers/spotlight/confirmation_mailer.rb