This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-04-11 01:11:41 +02:00
|
|
|
# frozen_string_literal: true
|
2017-04-27 14:42:22 +02:00
|
|
|
|
2017-04-11 01:11:41 +02:00
|
|
|
Kaminari.configure do |config|
|
|
|
|
config.default_per_page = 40
|
|
|
|
config.window = 1
|
2017-10-04 22:49:36 +02:00
|
|
|
config.outer_window = 1
|
2017-04-11 01:11:41 +02:00
|
|
|
end
|