thatcher_app/app/models/menu_item_article.rb
2019-11-11 16:11:03 +01:00

6 lines
93 B
Ruby

class MenuItemArticle < ApplicationRecord
belongs_to :article
belongs_to :menu_item
end