5 lines
123 B
Ruby
5 lines
123 B
Ruby
class PhishingAlertMailerPreview < ActionMailer::Preview
|
|
def notify
|
|
PhishingAlertMailer.notify(User.first)
|
|
end
|
|
end
|