mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Add params_on_first_page to the config template
This commit is contained in:
parent
a812c8c072
commit
1010e2236d
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ Kaminari.configure do |config|
|
|||
# config.right = 0
|
||||
# config.page_method_name = :page
|
||||
# config.param_name = :page
|
||||
# config.params_on_first_page = false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue