method
tag_builder
v7.2.3 -
Show latest stable
- Class:
ActionView
tag_builder()private
No documentation available.
# File actionview/lib/action_view/helpers/tag_helper.rb, line 613
def tag_builder
@tag_builder ||= TagBuilder.new(self)
end