mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
parent
8d0509fda0
commit
e384369cfb
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ class Period
|
|||
end
|
||||
|
||||
def interval
|
||||
if days > 90
|
||||
"1 month"
|
||||
if days > 366
|
||||
"1 week"
|
||||
else
|
||||
"1 day"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue