Missing Controller

Error: HomeController could not be found.

Error: Create the class HomeController below in file: app/controllers/home_controller.php

<?php
class HomeController extends AppController {

	var $name = 'Home';
}
?>

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