Correct quarterly period occurrences
This commit is contained in:
parent
63487a9cba
commit
c14a408f9a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Expense < ApplicationRecord
|
|||
monthly: 12,
|
||||
annually: 1,
|
||||
weekly: 52,
|
||||
quarterly: 3,
|
||||
quarterly: 4,
|
||||
}.freeze
|
||||
enum :period, PERIOD_OCCURENCES.keys
|
||||
|
||||
|
|
Loading…
Reference in a new issue