groundctrl/shopping_mall

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

Summary

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