Sha256: 4dac8d9c3b71b4bb87119873bd10489639459f8cdf42eeda3ddbedddbd022729

Contents?: true

Size: 85 Bytes

Versions: 4

Compression:

Stored size: 85 Bytes

Contents

module Transactionable
  class Refund < Transaction
    belongs_to :credit
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
transactionable-0.3.1 app/models/transactionable/refund.rb
transactionable-0.3.0 app/models/transactionable/refund.rb
transactionable-0.2.0 app/models/transactionable/refund.rb
transactionable-0.1.0 app/models/transactionable/refund.rb