mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
10 lines
253 B
Ruby
10 lines
253 B
Ruby
Kaminari.configure do |config|
|
|
config.default_per_page = 75
|
|
# config.max_per_page = nil
|
|
# config.window = 4
|
|
# config.outer_window = 0
|
|
# config.left = 0
|
|
# config.right = 0
|
|
# config.page_method_name = :page
|
|
# config.param_name = :page
|
|
end
|