1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

max_pages is missing from the list of config options [ci skip]

This commit is contained in:
Yuki Nishijima 2014-03-16 16:28:33 -07:00
parent 507fb73b09
commit e7d51668f0

View file

@ -79,6 +79,7 @@ Then bundle:
You can configure the following default values by overriding these values using <tt>Kaminari.configure</tt> method.
default_per_page # 25 by default
max_per_page # nil by default
max_pages # nil by default
window # 4 by default
outer_window # 0 by default
left # 0 by default