fix pagination

This commit is contained in:
Pete Matsyburka
2024-10-04 16:37:41 +03:00
committed by Oleksandr Turchyn
parent eefa994724
commit dea80a82d8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
Pagy::DEFAULT[:items] = 10
Pagy::DEFAULT[:limit] = 10
Pagy::DEFAULT.freeze
ActiveSupport.on_load(:action_view) do