app/models/plutus/equity.rb in plutus-0.13 vs app/models/plutus/equity.rb in plutus-0.14

- old
+ new

@@ -5,10 +5,10 @@ # The normal balance on Equity accounts is a *Credit*. # # @see http://en.wikipedia.org/wiki/Equity_(finance) Equity # # @author Michael Bulat - class Equity < Account + class Equity < Plutus::Account self.normal_credit_balance = true # The balance of the account. #