Class: Spree::HomeController

Inherits:
StoreController show all
Defined in:
app/controllers/spree/home_controller.rb

Instance Method Summary collapse

Methods inherited from StoreController

#account_link, #api_tokens, #cart_link, #ensure_cart, #forbidden, #unauthorized

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/spree/home_controller.rb', line 5

def index
  fresh_when etag: store_etag, last_modified: store_last_modified, public: true
end