mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 22:45:20 +02:00
Partial sync interface
This commit is contained in:
parent
6e202bd7ec
commit
7a8ac82823
13 changed files with 34 additions and 94 deletions
|
@ -44,8 +44,9 @@ class Entry < ApplicationRecord
|
|||
end
|
||||
|
||||
def sync_account_later
|
||||
# TODO: <Sync>
|
||||
sync_start_date = [ date_previously_was, date ].compact.min unless destroyed?
|
||||
account.sync_later(window_start_date: sync_start_date)
|
||||
account.sync_later
|
||||
end
|
||||
|
||||
def entryable_name_short
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue