Sha256: 6b4acd51454a9f61a3d11c04aee7816552c1c9cef1364a73caef9135c24547e2

Contents?: true

Size: 142 Bytes

Versions: 6

Compression:

Stored size: 142 Bytes

Contents

module Adherent
  class Reglement < ActiveRecord::Base
    belongs_to :adhesion
    belongs_to :payment
    attr_accessible :amount
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.1 app/models/adherent/reglement.rb
adherent-0.1.0 app/models/adherent/reglement.rb
adherent-0.0.9 app/models/adherent/reglement.rb
adherent-0.0.7 app/models/adherent/reglement.rb
adherent-0.0.6 app/models/adherent/reglement.rb
adherent-0.0.5 app/models/adherent/reglement.rb