1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Fix mode bug

This commit is contained in:
Zach Gollwitzer 2024-10-18 18:25:17 -04:00
parent 263d65ea7e
commit 3c0fdd84ee
9 changed files with 26 additions and 4 deletions

View file

@ -4,4 +4,8 @@ class OtherAsset < ApplicationRecord
def color
"#12B76A"
end
def mode_required?
false
end
end