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