Missing Method in RacesController

You are seeing this error because the action races is not defined in controller RacesController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the RacesController::races() in file : app/controllers/races_controller.php

<?php
class RacesController extends AppController {
   function races() {
   }

}
?>