Files
sure/app/models/account_balance.rb
Zach Gollwitzer 3ec9c9b56b 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
2024-02-14 13:02:11 -05:00

4 lines
67 B
Ruby

class AccountBalance < ApplicationRecord
belongs_to :account
end