musifrat_app/app/models/menu_folder.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

9 lines
122 B
Ruby

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