Displaying 1 result from an estimated 1 matches for "mileage_to".
2006 Mar 01
0
link_to problem when used in folder
...up as "site/site"
if I debug params I get the following:
!ruby/hash:HashWithIndifferentAccess reg_year_to: price_from: "0"
transmission_id: fuel_type_id: reg_year_from: metallic: action: results
color_id: make_id: category_id: *controller: site/search* used:
order_by: price mileage_to: mileage_from: "0" price_to: model_id:
The way to workaround this for me was to add the following code:
params.update({:controller => controller.controller_name, :action =>
controller.action_name})
however, clearly this is not the way it should be... am I doing
something wrong...