This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-19 13:19:39 +02:00
Code
Issues
Releases
Activity
Actions
1
12e4f1067d
Maybe
/
app
/
models
/
depository.rb
8 lines
96 B
Ruby
Raw
Normal View
History
Unescape
Escape
Account namespace updates: part 1 (#893) * Rename accountable types * Merge conflicts * Fix broken tests * Add back sidebar changes
2024-06-20 07:26:25 -04:00
class
Depository
<
ApplicationRecord
include
Accountable
Rework account views and addition flow (#1324) * Move accountable partials * Split accountables into separate view partials * Fix test * Add form to permitted partials * Fix failing system tests * Update new account modal views * New sync algorithm implementation * Update account system test assertions to match new behavior * Fix off by 1 date error * Revert new balance sync algorithm * Add missing account overviews
2024-10-18 14:37:42 -04:00
def
color
"
#
875BF7
"
end
Account namespace updates: part 1 (#893) * Rename accountable types * Merge conflicts * Fix broken tests * Add back sidebar changes
2024-06-20 07:26:25 -04:00
end
Copy permalink