Missing Method in ReconocimientosController

Error: The action index is not defined in controller ReconocimientosController

Error: Create ReconocimientosController::index() in file: app/controllers/reconocimientos_controller.php.

<?php
class ReconocimientosController extends AppController {

	var $name = 'Reconocimientos';


	function index() {

	}

}
?>

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