1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/config/initializers/kaminari_config.rb

14 lines
324 B
Ruby
Raw Normal View History

2019-09-03 10:59:12 -04:00
# frozen_string_literal: true
Kaminari.configure do |config|
config.default_per_page = 20
2019-09-03 10:59:12 -04:00
# config.max_per_page = nil
# config.window = 4
# config.outer_window = 0
# config.left = 0
# config.right = 0
# config.page_method_name = :page
# config.param_name = :page
# config.params_on_first_page = false
end