Update and connect to drone (#1)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
This commit is contained in:
parent
0887a5f6b9
commit
fd75a7c6ff
17 changed files with 215 additions and 170 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