ref: master
plugins/stock/models/stock_plugin/allocations_order.rb
1 2 3 4 5
class StockPlugin::AllocationsOrder < ActiveRecord::Base belongs_to :order, class_name: "OrdersPlugin::Order" belongs_to :stock_allocation, class_name: "StockPlugin::Allocation" end