remove running timer info when the time entry is removed

This commit is contained in:
Jens Kraemer
2021-10-05 10:44:37 +08:00
parent 53d5fbafd2
commit a2096e3208
3 changed files with 43 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ end
Rails.configuration.to_prepare do
Stopwatch::UserPatch.apply
Stopwatch::TimeEntryPatch.apply
end