1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00

(quality) Increase products per page count

This commit is contained in:
vincent 2022-09-09 14:00:53 +02:00
parent dd26a1d9af
commit a1c6757cc3

View File

@ -2,7 +2,7 @@
# Provides methods for Product
class ProductService
PRODUCTS_PER_PAGE = 2
PRODUCTS_PER_PAGE = 12
def self.list(filters)
products = Product.includes(:product_images)