6 lines
93 B
Ruby
6 lines
93 B
Ruby
class MenuItemArticle < ApplicationRecord
|
|
|
|
belongs_to :article
|
|
belongs_to :menu_item
|
|
end
|