mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
[ci skip] Add params_on_first_page
to configure list
This commit is contained in:
parent
4b2121e750
commit
4ce74360e2
1 changed files with 10 additions and 9 deletions
|
@ -86,6 +86,7 @@ You can configure the following default values by overriding these values using
|
|||
right # 0 by default
|
||||
page_method_name # :page by default
|
||||
param_name # :page by default
|
||||
params_on_first_page # false by default
|
||||
|
||||
There's a handy generator that generates the default configuration file into config/initializers directory.
|
||||
Run the following generator command, then edit the generated file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue