instance method
tag_builder
Ruby on Rails 5.1.7
Since v5.1.7 Private — implementation detail, not part of the public APISignature
tag_builder()
No documentation comment.
Source
# File actionview/lib/action_view/helpers/tag_helper.rb, line 308
def tag_builder
@tag_builder ||= TagBuilder.new(self)
end
Defined in actionview/lib/action_view/helpers/tag_helper.rb line 308
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::TagHelper