Class: Transaction
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Transaction
- Defined in:
- app/models/transaction.rb
Overview
Transactions are the recording of debits and credits to various accounts. This table can be thought of as a traditional accounting Journal.
Posting to a Ledger can be considered to happen automatically, since Accounts have the reverse ‘has_many’ relationship to either it’s credit or debit transactions