Sha256: 3e5f10cf1ec256a77c6e8747b1f1630e10b5bed6c1f82f9f8f9fbe3e254ab8fa
Contents?: true
Size: 274 Bytes
Versions: 12
Compression:
Stored size: 274 Bytes
Contents
# Preview all emails at http://localhost:3000/rails/mailers/passwords_mailer class PasswordsMailerPreview < ActionMailer::Preview # Preview this email at http://localhost:3000/rails/mailers/passwords_mailer/reset def reset PasswordsMailer.reset(User.take) end end
Version data entries
12 entries across 12 versions & 2 rubygems