mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Fix stale model reference
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user