Missing Method in TasksController

Error: The action index is not defined in controller TasksController

Error: Create TasksController::index() in file: app/controllers/tasks_controller.php.

<?php
class TasksController extends AppController {

	var $name = 'Tasks';


	function index() {

	}

}
?>

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