diff options
author | Jon Atack <jon@atack.com> | 2014-11-27 17:46:56 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2014-11-27 17:46:56 +0100 |
commit | d21d8f903ddd4c655a74909ef4d12fbcdeaa006e (patch) | |
tree | eeb3d7f8db623a4d3a9feb79a0a0b3bb0ff2ee7f | |
parent | e2a01aef4227525eece03a922a3d37f6785376ed (diff) | |
download | rails-d21d8f903ddd4c655a74909ef4d12fbcdeaa006e.tar.gz rails-d21d8f903ddd4c655a74909ef4d12fbcdeaa006e.tar.bz2 rails-d21d8f903ddd4c655a74909ef4d12fbcdeaa006e.zip |
Follow-up to e2cce6c
[skip ci]
-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* |