Add params_on_first_page to the config template

This commit is contained in:
Patrik Bóna 2015-09-09 14:24:45 +02:00
parent a812c8c072
commit 1010e2236d
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