aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-27 14:50:06 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-27 14:50:06 -0200
commit30aa3d4333dd025976790c491277c6b484979e06 (patch)
treeeeb3d7f8db623a4d3a9feb79a0a0b3bb0ff2ee7f
parente2a01aef4227525eece03a922a3d37f6785376ed (diff)
parentd21d8f903ddd4c655a74909ef4d12fbcdeaa006e (diff)
downloadrails-30aa3d4333dd025976790c491277c6b484979e06.tar.gz
rails-30aa3d4333dd025976790c491277c6b484979e06.tar.bz2
rails-30aa3d4333dd025976790c491277c6b484979e06.zip
Merge pull request #17801 from jonatack/patch-8
Clarification follow-up to e2cce6c [ci skip]
-rw-r--r--actionmailer/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 968a21ea32..c8b969c59a 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -30,8 +30,8 @@
*Cristian Bica*
-* Deprecate `*_path` helpers in email views. They generated broken
- links and were not the intention of most developers. The `*_url`
+* Deprecate `*_path` helpers in email views. They generated broken links in
+ email views and were not the intention of most developers. The `*_url`
helper is recommended instead.
*Richard Schneeman*