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