Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4818

Show
Ignore:
Timestamp:
08/25/06 06:48:15 (2 years ago)
Author:
david
Message:

Automatically included ActionController::UrlWriter, such that URL generation can happen within ActionMailer controllers. [DHH]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/CHANGELOG

    r4728 r4818  
    11*SVN* 
    22 
     3* Automatically included ActionController::UrlWriter, such that URL generation can happen within ActionMailer controllers. [DHH] 
     4 
    35* Replace Reloadable with Reloadable::Deprecated. [Nicholas Seckar] 
    46 
     
    1416 
    1517* Correct spurious documentation example code which results in a SyntaxError. [Marcel Molina Jr.] 
     18 
    1619 
    1720*1.2.1* (April 6th, 2006) 
  • trunk/actionmailer/lib/action_mailer/base.rb

    r4728 r4818  
    185185  class Base 
    186186    include AdvAttrAccessor, PartContainer 
     187    include ActionController::UrlWriter 
    187188 
    188189    # Action Mailer subclasses should be reloaded by the dispatcher in Rails