Fix indentation [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-06-15 21:44:19 +09:00
parent eb053fa8e2
commit 6e227ad345
1 changed files with 7 additions and 6 deletions

View File

@ -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.