APIdock / Ruby on Rails
/
Browse About
method

tag_name

v3.2.13 - Show latest stable - Class: ActionView::Helpers::InstanceTag
tag_name()
private

No documentation available.

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

Related methods

  • Instance methods
  • retrieve_autoindex
  • retrieve_object
  • to_boolean_select_tag
  • to_check_box_tag
  • to_collection_select_tag
  • to_content_tag
  • to_grouped_collection_select_tag
  • to_input_field_tag
  • to_label_tag
  • to_number_field_tag
  • to_radio_button_tag
  • to_select_tag
  • to_text_area_tag
  • to_time_zone_select_tag
  • value
  • value_before_type_cast
  • Class methods
  • check_box_checked?
  • new
  • radio_button_checked?
  • value
  • value_before_type_cast
  • Private methods
  • privateadd_default_name_and_id
  • privateadd_default_name_and_id_for_value
  • privateadd_options
  • privatesanitized_method_name
  • privatesanitized_object_name
  • privateselect_content_tag
  • privatetag_id
  • privatetag_id_with_index
  • privatetag_name
  • privatetag_name_with_index
APIdock API Documentation Browser

© 2026 APIdock