aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Souza <carloshrsouza@gmail.com>2014-12-17 13:18:22 -0500
committerCarlos Souza <carloshrsouza@gmail.com>2015-01-06 10:46:22 -0500
commit5697bdbb6da5d08e541a3b12251cec90269b059b (patch)
tree3a98e7d3bb11826ab8cb7c05e887cd21e46e71ec /actionmailer/CHANGELOG.md
parent52f641264b1325a4c2bdce7971b14524bd4905f1 (diff)
downloadrails-5697bdbb6da5d08e541a3b12251cec90269b059b.tar.gz
rails-5697bdbb6da5d08e541a3b12251cec90269b059b.tar.bz2
rails-5697bdbb6da5d08e541a3b12251cec90269b059b.zip
Add mailer suffix to generated files and classes
Following the same naming convention used in controllers and jobs.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 787dc46f00..c5e51b6fbd 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -29,4 +29,11 @@
*Rafael Mendonça França*
+* Add `_mailer` suffix to mailers created via generator, following the same
+naming convention used in controllers and jobs.
+
+ Closes #18074.
+
+ *Carlos Souza*
+
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md) for previous changes.