urgence_app/app/models/menu_folder.rb
Nicolas Bally a56f7e6049 initial
2015-09-28 23:42:38 +02:00

9 lines
122 B
Ruby

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