Sha256: a5cb3a0b41650db70e4687e335d451555c1d9892beef830256349eeb41f5aa6b
Contents?: true
Size: 383 Bytes
Versions: 46
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Spree module Core module ControllerHelpers module Search def build_searcher(params) Spree::Config.searcher_class.new(params).tap do |searcher| searcher.current_user = spree_current_user searcher.pricing_options = current_pricing_options end end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems