mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Basic account listing
This commit is contained in:
parent
253ae29da0
commit
aef3e70ba0
2 changed files with 15 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
class Account < ApplicationRecord
|
||||
belongs_to :family
|
||||
|
||||
scope :depository, -> { where(type: 'Depository') }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue