mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 13:49:39 +02:00
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
3 lines
78 B
Ruby
3 lines
78 B
Ruby
class Account::Valuation < ApplicationRecord
|
|
include Account::Entryable
|
|
end
|