10 lines
201 B
Ruby
Executable File
10 lines
201 B
Ruby
Executable File
class MenuItemSet < ApplicationRecord
|
|
belongs_to :item_set
|
|
belongs_to :menu_item
|
|
end
|
|
|
|
# class Settings::MenuItemSet < ApplicationRecord
|
|
# belongs_to :item_set_id
|
|
# belongs_to :menu_item_id
|
|
# end
|