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.
