Module: ProductCardHelper

Defined in:
app/helpers/product_card_helper.rb

Overview

View helper: product card.

Instance Method Summary collapse

Instance Method Details

#product_card_for_product(product, options = {}) ⇒ Object



4
5
6
# File 'app/helpers/product_card_helper.rb', line 4

def product_card_for_product(product, options = {})
  render partial: '/www/product_cards/sku_card', locals: { product: product, options: options }
end