Transition entirely to div version

This commit is contained in:
2024-02-04 19:55:13 +00:00
parent ab43d0f7a0
commit c1c7342497
7 changed files with 19 additions and 107 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Rails.application.routes.draw do
get '/courses/:id/fill_in_default_live_video_url', to: 'courses#fill_in_default_live_video_url', as: :course_fill_in_default_live_video_url
end
root controller: :attendance_tracker, action: :index
root controller: :attendance_tracker, action: :overview
get '/today', controller: :attendance_tracker, action: :today
get '/overview', controller: :attendance_tracker, action: :overview
get '/courses/:id', controller: :attendance_tracker, action: :course_focus