Missing Method in RequestsController

Error: The action index is not defined in controller RequestsController

Error: Create RequestsController::index() in file: app/controllers/requests_controller.php.

<?php
class RequestsController extends AppController {

	var $name = 'Requests';


	function index() {

	}

}
?>

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

(default) 4 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `requests`551
2DESCRIBE `agents`221
3DESCRIBE `results`330
4DESCRIBE `average_results`330