mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-29 10:09:39 +02:00
4 lines
127 B
Ruby
4 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
|