Merge pull request #992 from mzmt/patch-1

Update kaminari_config.rb
This commit is contained in:
Akira Matsuda 2019-04-30 02:35:44 -05:00 committed by GitHub
commit 03003ebdfd
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