Fix stale model reference

This commit is contained in:
Zach Gollwitzer
2025-04-14 12:51:38 -04:00
parent e657c40d19
commit 298e150f43

View File

@@ -138,7 +138,7 @@ class Account < ApplicationRecord
name: "Initial Balance",
amount: initial_balance,
currency: currency,
entryable: Account::Valuation.new
entryable: Valuation.new
end
end