mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Fix mode bug
This commit is contained in:
parent
263d65ea7e
commit
3c0fdd84ee
9 changed files with 26 additions and 4 deletions
|
@ -33,4 +33,8 @@ module Accountable
|
|||
rescue Money::ConversionError
|
||||
TimeSeries.new([])
|
||||
end
|
||||
|
||||
def mode_required?
|
||||
true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue