Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top