5 lines
80 B
Ruby
5 lines
80 B
Ruby
class RoomOrder < ApplicationRecord
|
|
belongs_to :room
|
|
belongs_to :orders
|
|
end
|