Remove PairProgrammingExerciseFeedback
* Remove view, controller, routes & policy for PairProgrammingExerciseFeedback * Keep model & database table
This commit is contained in:

committed by
Sebastian Serth

parent
2ce5687f53
commit
26552a0682
@ -119,8 +119,6 @@ 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