Update kaminari_config.rb

add max_pages
This commit is contained in:
Mizumoto Ryohei 2019-04-30 12:09:57 +09:00 committed by GitHub
parent c7d19fa403
commit d1f7233ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ Kaminari.configure do |config|
# config.right = 0
# config.page_method_name = :page
# config.param_name = :page
# config.max_pages = nil
# config.params_on_first_page = false
end