質問

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