mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Vehicle view (#1117)
This commit is contained in:
@@ -15,10 +15,6 @@ class Property < ApplicationRecord
|
||||
first_valuation_amount
|
||||
end
|
||||
|
||||
def equity_value
|
||||
account.balance_money
|
||||
end
|
||||
|
||||
def trend
|
||||
TimeSeries::Trend.new(current: account.balance_money, previous: first_valuation_amount)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user