1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix indentation [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-06-15 21:44:19 +09:00
parent eb053fa8e2
commit 6e227ad345

View file

@ -1,4 +1,4 @@
* Allow ActionMailer classes to configure their delivery job
* Allow Action Mailer classes to configure their delivery job.
class MyMailer < ApplicationMailer
self.delivery_job = MyCustomDeliveryJob
@ -8,4 +8,5 @@
*Matthew Mongeau*
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md) for previous changes.