create remote evaluation

This commit is contained in:
Niklas Kiefer
2017-02-02 18:14:33 +01:00
parent 252a6ba5d8
commit 3562aa9103
12 changed files with 327 additions and 6 deletions

View File

@ -105,4 +105,6 @@ Rails.application.routes.draw do
end
end
post "/evaluate", to: 'remote_evaluation#evaluate', via: [:post]
end