chien_app/app/models/menu_folder.rb
Nicolas Bally a1bba5a836 initial
2015-04-16 23:54:52 +02:00

9 lines
122 B
Ruby

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