mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Updated pagination size and registrar trigger now honors only whois attributes
This commit is contained in:
parent
4cf57239a0
commit
64152479a9
8 changed files with 77 additions and 26 deletions
10
config/initializers/kaminari_config.rb
Normal file
10
config/initializers/kaminari_config.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue