beagle_app/app/models/menu_folder.rb
Nicolas Bally 7b6cba2128 initial
2015-01-27 23:13:36 +01:00

9 lines
122 B
Ruby

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