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

Credit start

This commit is contained in:
Josh Pigford 2024-02-02 15:31:32 -06:00
parent 57e42cb8cb
commit fed010e202
6 changed files with 58 additions and 29 deletions

2
app/models/credit.rb Normal file
View file

@ -0,0 +1,2 @@
class Credit < Account
end