Allow admins and teachers to remove explicit RfC text
This commit is contained in:
@ -21,6 +21,7 @@ Rails.application.routes.draw do
|
||||
member do
|
||||
get :mark_as_solved, defaults: {format: :json}
|
||||
post :set_thank_you_note, defaults: {format: :json}
|
||||
post :clear_question
|
||||
end
|
||||
end
|
||||
resources :comments, defaults: {format: :json}
|
||||
|
Reference in New Issue
Block a user