class ActionController::Parameters
def values_at(*keys)
Returns values that were assigned to the given +keys+. Note that all the
def values_at(*keys) convert_value_to_parameters(@parameters.values_at(*keys)) end
def values_at(*keys) convert_value_to_parameters(@parameters.values_at(*keys)) end