add item set and relation

This commit is contained in:
Yan
2017-08-11 13:44:25 +06:30
parent b7c49f5f60
commit b7cde3125f
9 changed files with 52 additions and 0 deletions

2
app/models/item_set.rb Normal file
View File

@@ -0,0 +1,2 @@
class ItemSet < ApplicationRecord
end

View File

@@ -0,0 +1,2 @@
class MenuInstanceItemSet < ApplicationRecord
end

View File

@@ -0,0 +1,2 @@
class MenuItemSet < ApplicationRecord
end