method

tag_builder

rails latest stable - Class: ActionView

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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