mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Sketch out business logic and basic tests
This commit is contained in:
parent
8effdcb2d3
commit
3bc0c18da0
11 changed files with 203 additions and 40 deletions
|
@ -78,6 +78,8 @@ class Account < ApplicationRecord
|
|||
|
||||
Rails.logger.info("Processing balances (#{linked? ? 'reverse' : 'forward'})")
|
||||
sync_balances
|
||||
|
||||
RuleProcessorJob.perform_later(family)
|
||||
end
|
||||
|
||||
def post_sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue