diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-06-30 05:27:05 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-06-30 05:27:05 +0000 |
commit | 5446ecd5b975890dab5f7120b25ed0e8f91279fa (patch) | |
tree | 5c030b83d08e5228389c2600b769166118cb3a2f /actionmailer/CHANGELOG | |
parent | bdac94e990162d711529922cf32adca2f0836905 (diff) | |
download | rails-5446ecd5b975890dab5f7120b25ed0e8f91279fa.tar.gz rails-5446ecd5b975890dab5f7120b25ed0e8f91279fa.tar.bz2 rails-5446ecd5b975890dab5f7120b25ed0e8f91279fa.zip |
Mailer template root applies to a class and its subclasses rather than acting globally. Closes #5555.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index cbf3628950..15d482bf2c 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Mailer template root applies to a class and its subclasses rather than acting globally. #5555 [somekool@gmail.com] + * Resolve action naming collision. #5520 [ssinghi@kreeti.com] * ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel Molina Jr.] |