From 6e227ad3450328701247b4e66e7d6654121d7102 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 15 Jun 2017 21:44:19 +0900 Subject: [PATCH] Fix indentation [ci skip] --- actionmailer/CHANGELOG.md | 13 +++++++------ 1 file 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.