instance method
tag_builder
Ruby on Rails 8.0.4
Since v5.2.8.1 PrivateSignature
tag_builder()
No documentation comment.
Source
# File actionview/lib/action_view/helpers/tag_helper.rb, line 600
def tag_builder
@tag_builder ||= TagBuilder.new(self)
end
Defined in actionview/lib/action_view/helpers/tag_helper.rb line 600
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::TagHelper