5 lines
94 B
Ruby
5 lines
94 B
Ruby
class MenuItemCategory < ApplicationRecord
|
|
belongs_to :menu_item
|
|
belongs_to :category
|
|
end
|