Completely remove old hints connected to the execution environment

This commit is contained in:
Sebastian Serth
2018-11-27 18:15:12 +01:00
parent 5d13ee0e56
commit efacb5a6a9
29 changed files with 12 additions and 534 deletions

View File

@ -64,7 +64,6 @@ Rails.application.routes.draw do
end
resources :errors, only: [:create, :index, :show], controller: 'code_ocean/errors'
resources :hints
end
post '/import_proforma_xml' => 'exercises#import_proforma_xml'