Configure Kaminari with 20 items per page by default
This commit is contained in:
parent
f3f81e4a03
commit
35460fe3e5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Kaminari.configure do |config|
|
||||
config.default_per_page = 10
|
||||
config.default_per_page = 20
|
||||
# config.max_per_page = nil
|
||||
# config.window = 4
|
||||
# config.outer_window = 0
|
||||
|
|
Reference in a new issue