1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Fix stale model reference
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled

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", name: "Initial Balance",
amount: initial_balance, amount: initial_balance,
currency: currency, currency: currency,
entryable: Account::Valuation.new entryable: Valuation.new
end end
end end