RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: eka
Site: http://www.estebanfeldman.com.ar
Hi all. Question:
I have my root to "entries#index"
When I paginate entries with <%= paginate @entries %> visiting the root (/), the pages links goes to /entries?page=N instead to root as /?page=N.
How would I tell kaminari to do that?
Thanks!
+1
Hi all. Question:
I have my root to "entries#index"
When I paginate entries with <%= paginate @entries %> visiting the root (/), the pages links goes to /entries?page=N instead to root as /?page=N.
How would I tell kaminari to do that?
Thanks!
+1