add item set and menu item set CRUD

This commit is contained in:
Aung Myo
2017-08-14 17:57:55 +06:30
parent edb4ab0425
commit 997cc0733c
32 changed files with 563 additions and 57 deletions

View File

@@ -2,3 +2,8 @@ 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