mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Fix time period key conflicts (#1944)
This commit is contained in:
parent
4c4a4026c4
commit
e907b073ed
6 changed files with 37 additions and 39 deletions
|
@ -54,7 +54,7 @@ class Budget < ApplicationRecord
|
|||
end
|
||||
|
||||
def period
|
||||
Period.new(start_date: start_date, end_date: end_date)
|
||||
Period.custom(start_date: start_date, end_date: end_date)
|
||||
end
|
||||
|
||||
def to_param
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue