demarches-normaliennes/spec/mailers/previews/phishing_alert_mailer_preview.rb

6 lines
123 B
Ruby
Raw Normal View History

class PhishingAlertMailerPreview < ActionMailer::Preview
def notify
PhishingAlertMailer.notify(User.first)
end
end