module UrlHelper
Ruby on Rails 4.0.13
Since v2.2.3Provides a set of methods for making links and getting URLs that depend on the routing subsystem (see ActionDispatch::Routing). This allows you to use the same format for links in views and controllers.
Namespace
Modules
Includes
Extends
Methods (defined here)
Private methods
(6)
Implementation detail — not part of the public API.
Used by
Included by (2)
Methods (inherited)
From ActionView::Helpers::TagHelper (4)
- # cdata_section
- # content_tag
- # escape_once
- # tag
From ActiveSupport::Concern (2)
From ActionView::Helpers::CaptureHelper (4)
- # capture
- # content_for
- # content_for?
- # provide