Add extra kinds to the tracked_time_entry
This commit is contained in:
@@ -3,7 +3,10 @@ class TrackedTimeEntry < ApplicationRecord
|
|||||||
|
|
||||||
enum :kind, [
|
enum :kind, [
|
||||||
:concurrent,
|
:concurrent,
|
||||||
:catchup
|
:catchup,
|
||||||
|
|
||||||
|
:preparation,
|
||||||
|
:review
|
||||||
]
|
]
|
||||||
|
|
||||||
def duration
|
def duration
|
||||||
|
|||||||
Reference in New Issue
Block a user