Missing Method in TitlesController

Error: The action robots.txt is not defined in controller TitlesController

Error: Create TitlesController::robots.txt() in file: app/controllers/titles_controller.php.

<?php
class TitlesController extends AppController {

	var $name = 'Titles';


	function robots.txt() {

	}

}
?>

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

(default) 1 query took 21 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `titles`2221