6 lines
94 B
Ruby
6 lines
94 B
Ruby
class MenuItemArticle < ActiveRecord::Base
|
|
|
|
belongs_to :article
|
|
belongs_to :menu_item
|
|
end
|