class ActionController::Parameters

def deep_transform_keys!(&block)

nested hashes and arrays. The values are unchanged.
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