olwen_techno_app/app/models/menu_item_article.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

6 lines
94 B
Ruby

class MenuItemArticle < ActiveRecord::Base
belongs_to :article
belongs_to :menu_item
end