diff options
author | Jamis Buck <jamis@37signals.com> | 2005-08-22 21:17:01 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-08-22 21:17:01 +0000 |
commit | ae1e85200e1480a47db7c3ccfcc7d256f37e88ba (patch) | |
tree | 11b639e34e74dfeed0adf87fe2866ed636b78584 /actionmailer/CHANGELOG | |
parent | 516d920dc31274962813917e8c299403dc815b6c (diff) | |
download | rails-ae1e85200e1480a47db7c3ccfcc7d256f37e88ba.tar.gz rails-ae1e85200e1480a47db7c3ccfcc7d256f37e88ba.tar.bz2 rails-ae1e85200e1480a47db7c3ccfcc7d256f37e88ba.zip |
Add a unified render method to ActionMailer (delegates to ActionView::Base#render)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2037 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 d17955b7e9..4ae813e8aa 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add a unified render method to ActionMailer (delegates to ActionView::Base#render) + * Move mailer initialization to a separate (overridable) method, so that subclasses may alter the various defaults #1727 * Look at content-location header (if available) to determine filename of attachments #1670 |