search for: paginated_product

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

2009 Feb 16
0
will_paginate
Hi there, I am paginating my products using "will_paginate"(12 items per page), and i added this line to my routes file, for make "wil_paginate" work with friendly url''s: map.paginated_product ''products/page/:page'', :controller => ''products'', :action => ''index'', :page => 1 1- First question: when i load my product index page, i want the url be like "http://localhost:3000/products/page/1" instead "http:// local...