mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 16:19:40 +02:00
4 lines
121 B
Ruby
4 lines
121 B
Ruby
|
# Used for manual account value adjustments (e.g. to correct for a missing transaction)
|
||
|
class Adjustment < Valuation
|
||
|
end
|