blog_perso_app/app/models/menu_folder.rb
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

9 lines
118 B
Ruby

# -*- encoding : utf-8 -*-
class MenuFolder < ActiveRecord::Base
belongs_to :folder
HUMAN_NAME = "Dossier"
end