groundctrl/shopping_mall

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

Summary

Maintainability
A
0 mins
Test Coverage
Spree::Promotion.class_eval do
  has_many :orders_promotions, class_name: 'Spree::OrdersPromotion'
  has_many :orders, through: :orders_promotions, class_name: 'Spree::Order'
end