Method: Gemgento::ProductsHelper#current_category_products
- Defined in:
- app/helpers/gemgento/products_helper.rb
#current_category_products ⇒ Object
18 19 20 |
# File 'app/helpers/gemgento/products_helper.rb', line 18 def current_category_products @current_category_product_ids ||= @current_category.products.active.catalog_visible.to_a end |