Class: Workarea::Storefront::DetailPageRecommendationsViewModel

Inherits:
RecommendationsViewModel show all
Defined in:
app/view_models/workarea/storefront/detail_page_recommendations_view_model.rb

Instance Method Summary collapse

Methods inherited from RecommendationsViewModel

#popular_product_ids, #products

Instance Method Details

#product_idsObject



4
5
6
# File 'app/view_models/workarea/storefront/detail_page_recommendations_view_model.rb', line 4

def product_ids
  Recommendation::ProductBased.new(model).results
end

#result_countObject



8
9
10
# File 'app/view_models/workarea/storefront/detail_page_recommendations_view_model.rb', line 8

def result_count
  Workarea.config.detail_page_recommendations_count
end