Sha256: c44ab9b5a4e81f7b6e1b51572547916df832a6346cd9f65b7c6bddb1852c1478
Contents?: true
Size: 320 Bytes
Versions: 111
Compression:
Stored size: 320 Bytes
Contents
module Spree class HomeController < Spree::StoreController helper 'spree/products' respond_to :html def index @searcher = build_searcher(params.merge(include_images: true)) @products = @searcher.retrieve_products @taxonomies = Spree::Taxonomy.includes(root: :children) end end end
Version data entries
111 entries across 111 versions & 2 rubygems