maisonarbre_app/app/models/menus/menu_article.rb
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

11 lines
123 B
Ruby

# -*- encoding : utf-8 -*-
class MenuArticle < ActiveRecord::Base
belongs_to :article
HUMAN_NAME = "Article"
end