pic_vert_app/app/models/donate.rb
Nicolas Bally 449ec28909 reçus
2016-01-08 13:58:10 +01:00

8 lines
200 B
Ruby

# -*- encoding : utf-8 -*-
class Donate < ActiveRecord::Base
belongs_to :sheet
has_one :person, :through => :sheet
#attr_accessible :paid_at, :amount, :payment_type, :bank, :check_number
end