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