8 lines
165 B
Ruby
8 lines
165 B
Ruby
# -*- encoding : utf-8 -*-
|
|
class Donate < ActiveRecord::Base
|
|
belongs_to :sheet
|
|
|
|
#attr_accessible :paid_at, :amount, :payment_type, :bank, :check_number
|
|
|
|
end
|