Class: Workarea::Storefront::ContentBlocks::ProductInsightsViewModel

Inherits:
Workarea::Storefront::ContentBlockViewModel show all
Defined in:
app/view_models/workarea/storefront/content_blocks/product_insights_view_model.rb

Instance Method Summary collapse

Methods inherited from Workarea::Storefront::ContentBlockViewModel

#asset_alt_text, #assets, #find_asset, #locals, #partial, #series, wrap

Instance Method Details

#productsObject



5
6
7
8
9
# File 'app/view_models/workarea/storefront/content_blocks/product_insights_view_model.rb', line 5

def products
  @products ||= ProductViewModel.wrap(
    add_fallbacks(find_insight_products(data[:type]))
  )
end