rename action, translation fixes

This commit is contained in:
Karol
2019-10-22 18:41:06 +02:00
parent f51dde4ef7
commit 8767b183cf
3 changed files with 6 additions and 7 deletions

View File

@ -66,7 +66,7 @@ Rails.application.routes.draw do
end
end
post '/import_proforma_xml' => 'exercises#import_proforma_xml'
post '/import_exercise' => 'exercises#import_exercise'
post '/import_uuid_check' => 'exercises#import_uuid_check'
resources :exercises do