Missing Controller

Error: IndexController could not be found.

Error: Create the class IndexController below in file: app/controllers/index_controller.php

<?php
class IndexController extends AppController {

	var $name = 'Index';
}
?>

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