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