1
0
Fork 0
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:
Akira Matsuda 2012-09-03 00:37:45 +09:00
parent dfd380d0bb
commit 296d84cfb7

View file

@ -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