mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
add commented out max_per_page
to the config generator output
This commit is contained in:
parent
dfd380d0bb
commit
296d84cfb7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
Kaminari.configure do |config|
|
||||
# config.default_per_page = 25
|
||||
# config.max_per_page = nil
|
||||
# config.window = 4
|
||||
# config.outer_window = 0
|
||||
# config.left = 0
|
||||
|
|
Loading…
Reference in a new issue