From f5132c19d52c4457aa2e09c647d2f52a73966c68 Mon Sep 17 00:00:00 2001 From: Remo Mueller Date: Thu, 26 Feb 2015 09:29:01 -0500 Subject: Mailer preview now uses `url_for` to fix links to emails for apps running on a subdirectory, closes #19092. --- actionmailer/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailer') diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 0d47ce855a..f88f2c0c86 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +* Mailer preview now uses `url_for` to fix links to emails for apps running on + a subdirectory. + + *Remo Mueller* + * Mailer previews no longer crash when the `mail` method wasn't called (`NullMail`). -- cgit v1.2.3