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