class ActionController::Parameters
def deep_transform_keys!(&block)
changed keys. This includes the keys from the root hash and from all
Returns the same +ActionController::Parameters+ instance with
def deep_transform_keys!(&block) @parameters.deep_transform_keys!(&block) self end