mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* Add `AccountBalance` table for account views * Scaffold out account UI * Add D3 line chart scaffolding * Style fixes
4 lines
67 B
Ruby
4 lines
67 B
Ruby
class AccountBalance < ApplicationRecord
|
|
belongs_to :account
|
|
end
|