mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +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
4 lines
121 B
Ruby
4 lines
121 B
Ruby
# Used for manual account value adjustments (e.g. to correct for a missing transaction)
|
|
class Adjustment < Valuation
|
|
end
|