Completely remove old non-structured errors and migrate existing ones.

This commit is contained in:
Sebastian Serth
2018-11-29 19:38:23 +01:00
parent efacb5a6a9
commit 56c59a616e
19 changed files with 48 additions and 216 deletions

View File

@ -62,8 +62,6 @@ Rails.application.routes.draw do
post 'shell', as: :execute_command, action: :execute_command
get :statistics
end
resources :errors, only: [:create, :index, :show], controller: 'code_ocean/errors'
end
post '/import_proforma_xml' => 'exercises#import_proforma_xml'