aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/url_for.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-0/+28
|
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-156/+0
|
* Remove duplicated url_for code and move methods shared between ActionMailer ↵José Valim2010-01-071-0/+156
and ActionController up to AbstractController.