mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +00:00
* Add trends, time series, seed data * Remove test data * Replace old view values with helpers * Fix tooltip bugs in D3 chart * Fix tests * Fix smoke test * Add CRUD actions for valuations * Scaffold out inline editing with Turbo * Refactor series logic * Scaffold out basic sync process for accounts * Fix tests
12 lines
222 B
YAML
12 lines
222 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
value: 9.99
|
|
date: 2024-02-15
|
|
account: dylan_checking
|
|
|
|
two:
|
|
value: 9.99
|
|
date: 2024-02-15
|
|
account: richards_savings
|