Sha256: 57c725b4b168448a3ce6e9a9ee416a10e57f9f65883811b77304d8f3a98c75fc
Contents?: true
Size: 237 Bytes
Versions: 10
Compression:
Stored size: 237 Bytes
Contents
class HomeController < Spree::BaseController helper :products respond_to :html def index @searcher = Spree::Config.searcher_class.new(params) @products = @searcher.retrieve_products respond_with(@products) end end
Version data entries
10 entries across 10 versions & 1 rubygems