1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 06:09:38 +02:00
Maybe/app/models/account/valuation.rb

4 lines
78 B
Ruby
Raw Normal View History

class Account::Valuation < ApplicationRecord
include Account::Entryable
end