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:
parent
507fb73b09
commit
e7d51668f0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue