Files
sx-fc/app/models/booking_order.rb
2017-06-20 18:59:34 +06:30

7 lines
121 B
Ruby

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