Create TrackedTimeEntry as more general replacement of Attendance to include preparation and review

This commit is contained in:
2023-10-06 21:09:28 +01:00
parent c706aa2561
commit a2dfad331b
5 changed files with 44 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class TrackedTimeEntryTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end