diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-10-04 07:27:33 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-10-04 07:27:33 +0900 |
commit | fced30c3738542211f761bb1ccdeff8441c4587e (patch) | |
tree | bf371d8687733a8ad32a8bb857016e72e5577360 /actionmailer | |
parent | 723ff351e105a3546f1112e70b7f6d204717127f (diff) | |
download | rails-fced30c3738542211f761bb1ccdeff8441c4587e.tar.gz rails-fced30c3738542211f761bb1ccdeff8441c4587e.tar.bz2 rails-fced30c3738542211f761bb1ccdeff8441c4587e.zip |
Cleanup CHANGELOGs [ci skip]
* Add missing credit
* Add backticks
* Fix indentation
* Remove trailing spaces
And some minor tweaks.
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. |