diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-27 14:50:06 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-27 14:50:06 -0200 |
commit | 30aa3d4333dd025976790c491277c6b484979e06 (patch) | |
tree | eeb3d7f8db623a4d3a9feb79a0a0b3bb0ff2ee7f /actionmailer | |
parent | e2a01aef4227525eece03a922a3d37f6785376ed (diff) | |
parent | d21d8f903ddd4c655a74909ef4d12fbcdeaa006e (diff) | |
download | rails-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]
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/CHANGELOG.md | 4 |
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* |