Method: Aloe::Entry#transaction
- Defined in:
- lib/aloe/entry.rb
#transaction ⇒ Aloe::Transaction
Return the related transaction.
40 41 42 |
# File 'lib/aloe/entry.rb', line 40 def transaction credit_transaction || debit_transaction end |