mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 04:55:20 +02:00
Scaffold out the UI for individual account page (#461)
* Add `AccountBalance` table for account views * Scaffold out account UI * Add D3 line chart scaffolding * Style fixes
This commit is contained in:
parent
0490fda465
commit
3ec9c9b56b
47 changed files with 724 additions and 12 deletions
3
app/models/account_balance.rb
Normal file
3
app/models/account_balance.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class AccountBalance < ApplicationRecord
|
||||
belongs_to :account
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue