Files
sx-fc/app/models/booking_order.rb
2017-05-30 23:46:22 +08:00

7 lines
121 B
Ruby

class BookingOrder < ApplicationRecord
#primary key - need to be unique
belongs_to :booking
belongs_to :order
end