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