app/models/plutus/debit_amount.rb in plutus-0.8.1 vs app/models/plutus/debit_amount.rb in plutus-0.9.0

- old
+ new

@@ -1,10 +1,10 @@ module Plutus - # The DebitAmount class represents debit entries in the transaction journal. + # The DebitAmount class represents debit entries in the entry journal. # # @example # debit_amount = Plutus::DebitAmount.new(:account => cash, :amount => 1000) # # @author Michael Bulat class DebitAmount < Amount end -end \ No newline at end of file +end