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

8 lines
154 B
Ruby
Raw Normal View History

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