class ActionController::Parameters
def transform_values!
Performs values transformation and returns the altered
def transform_values! return to_enum(:transform_values!) unless block_given? @parameters.transform_values! { |v| yield convert_value_to_parameters(v) } self end