Sha256: 476d1f81e69032e8393acd187d6c781825e2ab6c9765fad42e14d658e51c8826

Contents?: true

Size: 395 Bytes

Versions: 38

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module Spotlight
  ##
  # Confirm new devise users
  class ConfirmationMailer < ActionMailer::Base
    include Devise::Mailers::Helpers

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

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.5 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.4 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.3 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.2 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.3.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.2.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.1.2 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.1.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.1.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.0.3 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.0.2 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.0.1 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-4.0.0 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-3.6.0.beta10 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-3.6.0.beta9 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-3.6.0.beta8 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-3.5.0.4 app/mailers/spotlight/confirmation_mailer.rb
blacklight-spotlight-3.6.0.beta7 app/mailers/spotlight/confirmation_mailer.rb