2021-03-11 19:13:27 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
Kaminari.configure do |config|
|
|
|
|
config.default_per_page = 20
|
|
|
|
config.max_per_page = 100
|
|
|
|
# config.window = 4
|
|
|
|
# config.outer_window = 0
|
|
|
|
# config.left = 0
|
|
|
|
# config.right = 0
|
|
|
|
# config.page_method_name = :page
|
|
|
|
# config.param_name = :page
|
|
|
|
end
|