2017-01-23 15:41:09 +01:00
|
|
|
class NotificationMailerPreview < ActionMailer::Preview
|
2017-01-23 15:49:19 +01:00
|
|
|
|
2017-03-07 16:23:44 +01:00
|
|
|
def send_notification
|
|
|
|
NotificationMailer.send_notification(Dossier.last, Dossier.last.procedure.initiated_mail)
|
2017-01-23 15:41:09 +01:00
|
|
|
end
|
2017-01-23 15:49:19 +01:00
|
|
|
|
2017-01-23 15:41:09 +01:00
|
|
|
end
|