add item set with scaffold
This commit is contained in:
@@ -3,5 +3,5 @@ class ItemSet < ApplicationRecord
|
||||
has_many :menu_items, through: :menu_item_sets
|
||||
|
||||
has_many :menu_instance_item_sets
|
||||
has_many :menu_item_instances, through: :menu_item_sets
|
||||
has_many :menu_item_instances, through: :menu_instance_item_sets
|
||||
end
|
||||
|
||||
2
app/models/settings/item_set.rb
Normal file
2
app/models/settings/item_set.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Settings::ItemSet < ApplicationRecord
|
||||
end
|
||||
Reference in New Issue
Block a user