search for: transmission_id

Displaying 1 result from an estimated 1 matches for "transmission_id".

2006 Mar 01
0
link_to problem when used in folder
...alhost:3000/site/site/search/results?price_from=0&order_by=price&mileage_from=0 As you can see "site" is dublicated in the url showing 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 => c...