method

stringify_keys

rails latest stable - Class: ActionController::Parameters
stringify_keys()
public

This is required by ActiveModel attribute assignment, so that user can pass Parameters to a mass assignment methods in a model. It should not matter as we are using HashWithIndifferentAccess internally.