This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-10 16:11:41 -07:00
|
|
|
# frozen_string_literal: true
|
2017-04-27 05:42:22 -07:00
|
|
|
|
2017-04-10 16:11:41 -07:00
|
|
|
Kaminari.configure do |config|
|
|
|
|
config.default_per_page = 40
|
|
|
|
config.window = 1
|
|
|
|
config.left = 3
|
|
|
|
config.right = 1
|
|
|
|
end
|