5 lines
96 B
Ruby
5 lines
96 B
Ruby
class TableBookingOrder < ApplicationRecord
|
|
belongs_to :table_booking
|
|
belongs_to :order
|
|
end
|