Class: Workarea::Storefront::PersonalizedRecommendationsViewModel

Inherits:
RecommendationsViewModel show all
Defined in:
app/view_models/workarea/storefront/personalized_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/personalized_recommendations_view_model.rb', line 4

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

#result_countObject



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

def result_count
  Workarea.config.personalized_recommendations_count
end