method

sanitized_object_name

sanitized_object_name()
private

No documentation available.

# File actionpack/lib/action_view/helpers/form_helper.rb, line 1090
        def sanitized_object_name
          @sanitized_object_name ||= @object_name.gsub(/\]\[|[^-a-zA-Z0-9:.]/, "_").sub(/_$/, "")
        end