Show multiple courses

This commit is contained in:
2023-09-29 19:03:26 +01:00
parent a36284b73e
commit 34c5f771ad
2 changed files with 67 additions and 65 deletions
@@ -1,5 +1,5 @@
class AttendanceTrackerController < ApplicationController
def index
@course = Course.first
@courses = Course.all
end
end