Missing Controller

Error: TodoController could not be found.

Error: Create the class TodoController below in file: app/controllers/todo_controller.php

<?php
class TodoController extends AppController {

	var $name = 'Todo';
}
?>

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