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