Add standardrb
This commit is contained in:
parent
fe99fbc9de
commit
91e2a5f4ff
14 changed files with 87 additions and 53 deletions
|
@ -3,7 +3,7 @@ class Expense < ApplicationRecord
|
|||
monthly: 12,
|
||||
annually: 1,
|
||||
weekly: 52,
|
||||
quarterly: 4,
|
||||
quarterly: 4
|
||||
}.freeze
|
||||
enum :period, PERIOD_OCCURENCES.keys
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue