Changeset 4818
- Timestamp:
- 08/25/06 06:48:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/CHANGELOG
r4728 r4818 1 1 *SVN* 2 2 3 * Automatically included ActionController::UrlWriter, such that URL generation can happen within ActionMailer controllers. [DHH] 4 3 5 * Replace Reloadable with Reloadable::Deprecated. [Nicholas Seckar] 4 6 … … 14 16 15 17 * Correct spurious documentation example code which results in a SyntaxError. [Marcel Molina Jr.] 18 16 19 17 20 *1.2.1* (April 6th, 2006) trunk/actionmailer/lib/action_mailer/base.rb
r4728 r4818 185 185 class Base 186 186 include AdvAttrAccessor, PartContainer 187 include ActionController::UrlWriter 187 188 188 189 # Action Mailer subclasses should be reloaded by the dispatcher in Rails