Continue adding problem sheets

This commit is contained in:
2023-10-08 15:46:19 +01:00
parent 7344ac3d67
commit f9f4762450
8 changed files with 82 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
module Trackable
def total_overall_time
tracked_time_entries.sum(&:duration)
end
end