panier_app/app/models/menu_folder.rb
Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +01:00

9 lines
121 B
Ruby

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