mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 23:59:40 +02: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
3 lines
127 B
Ruby
3 lines
127 B
Ruby
# Used to update the value of an account based on a manual or external appraisal (i.e. Zillow)
|
|
class Appraisal < Valuation
|
|
end
|