pic_vert_app/app/models/year_paiement.rb
2013-01-08 23:28:47 +01:00

9 lines
176 B
Ruby

# -*- encoding : utf-8 -*-
class YearPaiement < ActiveRecord::Base
belongs_to :join_year
PAIEMENT_TYPE = ["Cotisation", "Don"]
NATURE = ["chèque", "espèces"]
end