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
1 changed files with 1 additions and 0 deletions

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