5 lines
79 B
Ruby
5 lines
79 B
Ruby
class DiningIn < ApplicationRecord
|
|
belongs_to :table
|
|
belongs_to :order
|
|
end
|