Method: Spree::Core::NullPromotionConfiguration#promotion_finder_class
- Defined in:
- lib/spree/core/null_promotion_configuration.rb
#promotion_finder_class ⇒ Class
Allows providing a different promotion finder.
25 |
# File 'lib/spree/core/null_promotion_configuration.rb', line 25 class_name_attribute :promotion_finder_class, default: 'Spree::NullPromotionFinder' |