Sha256: 5d847009fcf3dd0ea6adfc3c6bf9dbba36757504aefd83ce0356a86f809473ac
Contents?: true
Size: 401 Bytes
Versions: 22
Compression:
Stored size: 401 Bytes
Contents
module Spree module Core module ControllerHelpers module Search def build_searcher(params) Spree.searcher_class.new(params).tap do |searcher| searcher.current_user = try_spree_current_user searcher.current_currency = current_currency&.upcase searcher.current_store = current_store end end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems