peractus_app/app/models/menu_item_category.rb
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

5 lines
95 B
Ruby

class MenuItemCategory < ActiveRecord::Base
belongs_to :menu_item
belongs_to :category
end