vita_app/app/models/menu_folder.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

9 lines
122 B
Ruby
Executable File

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