Displaying 1 result from an estimated 1 matches for "wil_paginate".
Did you mean:
will_paginate
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://...