groundctrl/shopping_mall

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

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  class OrdersPromotion < ActiveRecord::Base
    belongs_to :order, class_name: 'Spree::Order'
    belongs_to :promotion, class_name: 'Spree::Promotion'
  end
end