1
0
Fork 0
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:
yui-knk 2015-08-01 20:11:57 +09:00
parent 4b2121e750
commit 4ce74360e2

View file

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