diff options
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index fe60f8a6a1..49afec9a12 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -3,7 +3,7 @@ assert_enqueued_email_with ContactMailer, :welcome do ContactMailer.welcome.deliver_later end - + *Mikkel Malmberg* * Allow Action Mailer classes to configure their delivery job. |