mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 13:05:19 +02:00
Sync family icon button
This commit is contained in:
parent
d90d35d97b
commit
3fb379d140
3 changed files with 17 additions and 0 deletions
|
@ -9,6 +9,11 @@ class AccountsController < ApplicationController
|
|||
render layout: "settings"
|
||||
end
|
||||
|
||||
def sync_all
|
||||
family.sync_later
|
||||
redirect_to accounts_path, notice: "Syncing accounts..."
|
||||
end
|
||||
|
||||
def show
|
||||
@chart_view = params[:chart_view] || "balance"
|
||||
@tab = params[:tab]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue