aboutsummaryrefslogtreecommitdiff
path: root/config/initializers/kaminari_config.rb
Commit message (Collapse)AuthorAgeFilesLines
* REUSE: Add MIT to original Rails fileshellekin2020-10-291-0/+4
|
* User Kaminari gem for paginationhellekin2020-10-061-0/+14
Since we're dealing with lots of resources, we need a way to handle pagination. This gem seems to be the new kid on the block and doing things right, including pagination by default an I18n support. Let's see. Kaminari: https://github.com/kaminari/kaminari