Transition entirely to div version
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user