Module: AbstractController::UrlFor
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActionDispatch::Routing::UrlFor
- Included in:
- ActionController::UrlFor
- Defined in:
- lib/abstract_controller/url_for.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from ActionDispatch::Routing::UrlFor
#initialize, #url_for, #url_options
Methods included from ActionDispatch::Routing::PolymorphicRoutes
#polymorphic_path, #polymorphic_url
Instance Method Details
#_routes ⇒ Object
12 13 14 15 |
# File 'lib/abstract_controller/url_for.rb', line 12 def _routes raise "In order to use #url_for, you must include routing helpers explicitly. " \ "For instance, `include Rails.application.routes.url_helpers" end |