method
tag_id_with_index
tag_id_with_index(index)
private
Hide source
# File actionview/lib/action_view/helpers/tags/base.rb, line 109 def tag_id_with_index(index) "#{sanitized_object_name}_#{index}_#{sanitized_method_name}" end