1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Rework Account to use delegated types

This commit is contained in:
Rob Zolkos 2024-02-02 23:09:35 +00:00
parent 938656de0e
commit 71939d6fb5
36 changed files with 282 additions and 0 deletions

View file

@ -0,0 +1,3 @@
class Account::Depository < ApplicationRecord
include Accountable
end