You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
14 lines
353 B
# frozen_string_literal: true |
|
|
|
Kaminari.configure do |config| |
|
# config.default_per_page = 25 |
|
# 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.max_pages = nil |
|
# config.params_on_first_page = false |
|
end
|
|
|