Add ability to start lecture and redirect to recorded content.
This commit is contained in:
@@ -9,4 +9,6 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
root controller: :attendance_tracker, action: :index
|
||||
|
||||
post '/lectures/:id/start', to: 'lecture#start', as: :lectures_start
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user