Method: Spree::Core::NullPromotionConfiguration#promotion_finder_class

Defined in:
lib/spree/core/null_promotion_configuration.rb

#promotion_finder_classClass

Allows providing a different promotion finder.

Returns:

  • (Class)

    an object that conforms to the API of the standard promotion finder class Spree::NullPromotionFinder.

See Also:



25
# File 'lib/spree/core/null_promotion_configuration.rb', line 25

class_name_attribute :promotion_finder_class, default: 'Spree::NullPromotionFinder'