RailsCasts Pro episodes are now free!

Learn more or hide this

Esteban Feldman's Profile

GitHub User: eka

Site: http://www.estebanfeldman.com.ar

Comments by Esteban Feldman

Avatar

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!