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:
parent
dd26a1d9af
commit
a1c6757cc3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user