diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-15 21:44:19 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-15 21:44:19 +0900 |
commit | 6e227ad3450328701247b4e66e7d6654121d7102 (patch) | |
tree | 67bf10f1fe2ce9f350dda8ca7fe64fc9c90865d9 /actionmailer | |
parent | eb053fa8e22c95b1f8e2114c16f1e23299e90619 (diff) | |
download | rails-6e227ad3450328701247b4e66e7d6654121d7102.tar.gz rails-6e227ad3450328701247b4e66e7d6654121d7102.tar.bz2 rails-6e227ad3450328701247b4e66e7d6654121d7102.zip |
Fix indentation [ci skip]
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 83067dfd38..9993a11c9d 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,11 +1,12 @@ -* Allow ActionMailer classes to configure their delivery job +* Allow Action Mailer classes to configure their delivery job. - class MyMailer < ApplicationMailer - self.delivery_job = MyCustomDeliveryJob + class MyMailer < ApplicationMailer + self.delivery_job = MyCustomDeliveryJob - ... - end + ... + end + + *Matthew Mongeau* - *Matthew Mongeau* Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md) for previous changes. |