Sha256: 8ac610a5e3a8b056747150d910e768bc74915e708c44e4256fc6e7a364fb551d

Contents?: true

Size: 345 Bytes

Versions: 34

Compression:

Stored size: 345 Bytes

Contents

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.45 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.44 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.43 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.42 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.41 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.40 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.39 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.38 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.37 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.36 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.35 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.34 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.33 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.32 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.31 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.30 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.29 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.28 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.27 app/controllers/workarea/storefront/recommendations_controller.rb
workarea-storefront-3.4.26 app/controllers/workarea/storefront/recommendations_controller.rb