문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top