Domanda

I have a project that is using Activeadmin and because of that I am using kaminari for pagination in the public parts of the project. All text lead me to believe I should find kaminari partials within my projects app/views/kaminari but I do not see a kaminari dir.

How can I edit the Kaminari partials for only public portion of the project without effecting the activeadmin pagination?

È stato utile?

Soluzione

I ended up just copying the views dir from the gem into my views dir and that worked.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top