Files
sure/app/models/account/valuation.rb
Zach Gollwitzer 77def1db40 Nested Categories (#1561)
* Prepare entry search for nested categories

* Subcategory implementation

* Remove caching for test stability
2024-12-20 11:37:26 -05:00

4 lines
78 B
Ruby

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