Missing Method in DashboardController

Error: The action index is not defined in controller DashboardController

Error: Create DashboardController::index() in file: app/controllers/dashboard_controller.php.

<?php
class DashboardController extends AppController {

	var $name = 'Dashboard';


	function index() {

	}

}
?>

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