Sha256: fac9facaa3ee391106e9c667bc47e0cccbb267147caf8a799b22aa44870b63f8
Contents?: true
Size: 199 Bytes
Versions: 23
Compression:
Stored size: 199 Bytes
Contents
module Spree class HomeController < Spree::StoreController respond_to :html def index fresh_when etag: store_etag, last_modified: store_last_modified, public: true end end end
Version data entries
23 entries across 23 versions & 1 rubygems