lib/generators/avo/templates/initializer/avo.tt in avo-3.11.4 vs lib/generators/avo/templates/initializer/avo.tt in avo-3.11.5
- old
+ new
@@ -54,10 +54,10 @@
# config.via_per_page = 8
# config.id_links_to_resource = false
# config.pagination = -> do
# {
# type: :default,
- # size: [1, 2, 2, 1],
+ # size: 9, # `[1, 2, 2, 1]` for pagy < 9.0
# }
# end
## == Response messages dismiss time ==
# config.alert_dismiss_time = 5000