Remove PairProgrammingExerciseFeedback

* Remove view, controller, routes & policy for PairProgrammingExerciseFeedback
* Keep model & database table
This commit is contained in:
kiragrammel
2023-10-13 12:18:28 +02:00
committed by Sebastian Serth
parent 2ce5687f53
commit 26552a0682
11 changed files with 26 additions and 228 deletions

View File

@ -1,11 +0,0 @@
# frozen_string_literal: true
class PairProgrammingExerciseFeedbackPolicy < AdminOnlyPolicy
def create?
everyone
end
def new?
everyone
end
end