Merge pull request #731 from mrhead/patch-1

Add params_on_first_page to the config template
This commit is contained in:
Yuki Nishijima 2015-09-10 07:31:09 +09:00
commit 90a1cd0084
1 changed files with 1 additions and 0 deletions

View File

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