Sha256: bb6d76f0cc27eba2289e386defa5265ac9d996bafd4a614596894d718ba72e79

Contents?: true

Size: 230 Bytes

Versions: 23

Compression:

Stored size: 230 Bytes

Contents

module Spree
  class HomeController < Spree::StoreController
    helper 'spree/products'
    respond_to :html

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
spree_frontend-2.1.12 app/controllers/spree/home_controller.rb
spree_frontend-2.1.11 app/controllers/spree/home_controller.rb
spree_frontend-2.1.10 app/controllers/spree/home_controller.rb
spree_frontend-2.0.13 app/controllers/spree/home_controller.rb
spree_frontend-2.1.9 app/controllers/spree/home_controller.rb
spree_frontend-2.1.8 app/controllers/spree/home_controller.rb
spree_frontend-2.0.12 app/controllers/spree/home_controller.rb
spree_frontend-2.1.7 app/controllers/spree/home_controller.rb
spree_frontend-2.0.11 app/controllers/spree/home_controller.rb
spree_frontend-2.0.10 app/controllers/spree/home_controller.rb
spree_frontend-2.1.6 app/controllers/spree/home_controller.rb
spree_frontend-2.1.5 app/controllers/spree/home_controller.rb
spree_frontend-2.0.9 app/controllers/spree/home_controller.rb
spree_frontend-2.1.4 app/controllers/spree/home_controller.rb
spree_frontend-2.0.8 app/controllers/spree/home_controller.rb
spree_frontend-2.1.3 app/controllers/spree/home_controller.rb
spree_frontend-2.0.7 app/controllers/spree/home_controller.rb
spree_frontend-2.1.2 app/controllers/spree/home_controller.rb
spree_frontend-2.0.6 app/controllers/spree/home_controller.rb
spree_frontend-2.1.1 app/controllers/spree/home_controller.rb