method

tag_name

tag_name()
private

No documentation available.

# File actionpack/lib/action_view/helpers/form_helper.rb, line 1068
        def tag_name
          "#{@object_name}[#{sanitized_method_name}]"
        end