Add Request for Comments view per exercise, adopt policies for teachers

This commit is contained in:
Sebastian Serth
2019-11-29 15:28:06 +01:00
parent 9dfe6b4529
commit ab96fb92c2
6 changed files with 19 additions and 3 deletions

View File

@ -81,6 +81,7 @@ Rails.application.routes.draw do
post :search
get :statistics
get :feedback
get :requests_for_comments
get :reload
post :submit
get 'study_group_dashboard/:study_group_id', to: 'exercises#study_group_dashboard'