5 lines
94 B
Ruby
5 lines
94 B
Ruby
class RoomBookingOrder < ApplicationRecord
|
|
belongs_to :room_booking
|
|
belongs_to :order
|
|
end
|