url_for.rb

Path: lib/abstract_controller/url_for.rb
Last Update: Mon Dec 05 17:39:06 +0000 2011

Includes url_for into the host class (e.g. an abstract controller or mailer). The class has to provide a RouteSet by implementing the _routes methods. Otherwise, an exception will be raised.

Note that this module is completely decoupled from HTTP - the only requirement is a valid _routes implementation.

[Validate]