module TagHelper
Ruby on Rails 4.2.9
Provides methods to generate HTML tags programmatically when you can’t use a Builder. By default, they output XHTML compliant tags.
Includes
Extends
Constants
Methods (defined here)
- # cdata_section
- # content_tag
- # escape_once
- # tag
Private methods (5)
Show private methods Implementation detail — not part of the public API.
Used by
Included by (5)
Methods (inherited)
From ActionView::Helpers::CaptureHelper
(4)
- # capture
- # content_for
- # content_for?
- # provide