groundctrl/shopping_mall

View on GitHub
app/models/spree/promotion_rule_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
Spree::PromotionRule.class_eval do
  has_many :products_promotion_rules
  has_many :promotion_rules,
           through: :products_promotion_rules,
           class_name: 'Spree::ProductsPromotionRules'
end