mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Fix stale model reference
This commit is contained in:
parent
e657c40d19
commit
298e150f43
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class Account < ApplicationRecord
|
||||||
name: "Initial Balance",
|
name: "Initial Balance",
|
||||||
amount: initial_balance,
|
amount: initial_balance,
|
||||||
currency: currency,
|
currency: currency,
|
||||||
entryable: Account::Valuation.new
|
entryable: Valuation.new
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue