Sha256: 53af24c7cd2d3e3b9a6622c9420e2b3200fa7bff34782a579b3d69a48f778c62
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
Spree::HomeController.class_eval do def index @searcher = build_searcher(params) @products = @searcher.retrieve_products @taxonomies = get_taxonomies end end if SpreeMultiDomain::Engine.frontend_available?
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_multi_domain-1.5.0 | app/controllers/spree/home_controller_decorator.rb |
solidus_multi_domain-1.4.3 | app/controllers/spree/home_controller_decorator.rb |