Missing Method in Controller

Missing Method in CommentsController

: The action 353 is not defined in controller CommentsController

: Create CommentsController::353() in file: app/controllers/comments_controller.php.

<?php
class CommentsController extends AppController {

	var $name = 'Comments';


	function 353() {

	}

}
?>

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