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