I want to apply a theme for zurb foundation to kaminari
pagination.
Detault theme can be installed by rails g kaminari:views default
.
But I couldn't figure out how to install other themes.
Especially, theme for foundation is not merged. https://github.com/amatsuda/kaminari_themes/pull/14
There is no readme in kaminari_themes, so I have no idea how to go further. What should I do to apply the foundation theme?