class Shoulda::Matchers::ActionController::RouteParams
def symbolize_or_stringify(key, value)
def symbolize_or_stringify(key, value) if PARAMS_TO_SYMBOLIZE.include?(key) value.to_sym else stringify(value) end end
def symbolize_or_stringify(key, value) if PARAMS_TO_SYMBOLIZE.include?(key) value.to_sym else stringify(value) end end