5 lines
85 B
Ruby
5 lines
85 B
Ruby
class BookingOrder < ApplicationRecord
|
|
belongs_to :booking
|
|
belongs_to :order
|
|
end
|