Sha256: d51262c615d1bfc821d26e20f7b5c01cdd359b6f111d3cb74cdd199c97d8b417

Contents?: true

Size: 351 Bytes

Versions: 28

Compression:

Stored size: 351 Bytes

Contents

module Workarea
  class Storefront::RecommendationsController < Storefront::ApplicationController
    def show
      fresh_when(etag: current_metrics, last_modified: current_metrics.updated_at)
      @recommendations = Storefront::PersonalizedRecommendationsViewModel.new(
        current_metrics,
        view_model_options
      )
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.26 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.25 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.23 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.22 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.21 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.20 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.19 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.18 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.17 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.16 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.15 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.14 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.13 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.12 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.11 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.10 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.9 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.8 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.5.7 app/controllers/workarea/storefront/recommendations_controller.rb