Add exercise feedback page for pair programming study
This commit is contained in:

committed by
Sebastian Serth

parent
79422225a8
commit
4b90a2a3c5
@ -119,6 +119,8 @@ Rails.application.routes.draw do
|
||||
|
||||
resources :user_exercise_feedbacks, except: %i[show index]
|
||||
|
||||
resources :pair_programming_exercise_feedbacks, only: %i[new create]
|
||||
|
||||
resources :external_users, only: %i[index show], concerns: :statistics do
|
||||
resources :exercises do
|
||||
get :statistics, to: 'exercises#external_user_statistics', on: :member
|
||||
|
Reference in New Issue
Block a user