diff --git a/lib/RVVote.pm b/lib/RVVote.pm
index 702ef86f5ac1e92ed2d9b3cbaf186953696e65bd..cc628f782644192e72ebe635f4405bdc6c54694e 100644
--- a/lib/RVVote.pm
+++ b/lib/RVVote.pm
@@ -15,7 +15,7 @@ sub startup {
   $r->get('/')->to('RV#index');
   $r->get('/:election')->to('RV#index');
   $r->get('/api/members/')->to('RV#members');
-  $r->post('/api/calculate/')->to('evaluation#process');
+  $r->post('/api/calculate/')->to('Evaluation#process');
 }
 
 1;