app/models/plutus/equity.rb in plutus-0.16 vs app/models/plutus/equity.rb in plutus-0.17
- 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 < Plutus::Account
+ class Equity < ::Plutus::Account
self.normal_credit_balance = true
# The balance of the account.
#