demarches-normaliennes/spec/mailers/previews/phishing_alert_mailer_preview.rb
2024-08-22 09:26:48 +02:00

7 lines
154 B
Ruby

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