mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Add trends to sidebar account list (#697)
This commit is contained in:
parent
93953499a6
commit
7f491f5064
12 changed files with 87 additions and 28 deletions
|
@ -12,4 +12,5 @@ en:
|
|||
accounts: Accounts
|
||||
dashboard: Dashboard
|
||||
new_account: New account
|
||||
portfolio: Portfolio
|
||||
transactions: Transactions
|
||||
|
|
|
@ -34,6 +34,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :accounts, shallow: true do
|
||||
get :summary, on: :collection
|
||||
get :list, on: :collection
|
||||
post :sync, on: :member
|
||||
resource :logo, only: %i[show], module: :accounts
|
||||
resources :valuations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue