Files
sx-fc/app/models/booking_order.rb
2017-06-05 18:52:19 +06:30

7 lines
123 B
Ruby

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