Class: Spree::HomeController

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

Instance Method Summary collapse

Methods inherited from StoreController

#unauthorized

Instance Method Details

#indexObject



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

def index
  @searcher = build_searcher(params)
  @products = @searcher.retrieve_products
end