module AbstractController
Ruby on Rails 3.1.12
Since v3.0.20Includes 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.
Namespace
Modules
- AbstractController::AssetPaths
- AbstractController::Callbacks
- AbstractController::Collector
- AbstractController::Helpers
- AbstractController::Layouts
- AbstractController::Logger
- AbstractController::Railties
- AbstractController::Rendering
- AbstractController::Translation
- AbstractController::UrlFor
- AbstractController::ViewPaths
Classes
Extends
Methods (inherited)
From ActiveSupport::Autoload (6)
- # autoload
- # autoload_at
- # autoload_under
- # autoloads
- # eager_autoload
- self. eager_autoload!