Missing Method in DatsController

Error: The action tohan is not defined in controller DatsController

Error: Create DatsController::tohan() in file: app/controllers/dats_controller.php.

<?php
class DatsController extends AppController {

	var $name = 'Dats';


	function tohan() {

	}

}
?>

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