aboutsummaryrefslogblamecommitdiffstats
path: root/test/mailers/previews/passwords_mailer_preview.rb
blob: 01d07ecf81e759596a29ad94613ada42cdc7a950 (plain) (tree)
1
2
3
4
5
6
7






                                                                                    
# 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