5 lines
74 B
Ruby
5 lines
74 B
Ruby
class MenuItemInstance < ApplicationRecord
|
|
belongs_to :menu_item
|
|
|
|
end
|