pic_vert_app/app/models/year_paiement.rb
2013-01-08 22:47:42 +01:00

8 lines
149 B
Ruby

class YearPaiement < ActiveRecord::Base
belongs_to :join_year
PAIEMENT_TYPE = ["Cotisation", "Don"]
NATURE = ["chèque", "espèces"]
end