5 lines
87 B
Ruby
5 lines
87 B
Ruby
class MenuItemSet < ApplicationRecord
|
|
belongs_to :item_set
|
|
belongs_to :menu_item
|
|
end
|