Sha256: 2b6cfd9092dc2a0fcb2e964bb74f6f44050c7c9d96e5dcd590fc562cb8b87b88

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

class NoPassword::EmailAuthenticationMailer < ApplicationMailer
  def notification_email
    @authentication = params[:authentication]
    mail(to: @authentication.email, subject: "Verification code: #{@authentication.code}")
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nopassword-0.1.5 app/mailers/nopassword/email_authentication_mailer.rb
nopassword-0.1.4 app/mailers/nopassword/email_authentication_mailer.rb
nopassword-0.1.3 app/mailers/nopassword/email_authentication_mailer.rb
nopassword-0.1.2 app/mailers/nopassword/email_authentication_mailer.rb
nopassword-0.1.0 app/mailers/nopassword/email_authentication_mailer.rb