Add controller

This commit is contained in:
2023-09-29 17:50:55 +01:00
parent 0d86f26613
commit f49dd9a882
5 changed files with 17 additions and 4 deletions
@@ -0,0 +1,4 @@
class AttendanceTrackerController < ApplicationController
def index
end
end