Missing Method in Controller
Missing Method in CommentsController
: The action 285 is not defined in controller CommentsController
: Create CommentsController::285() in file: app/controllers/comments_controller.php.
<?php
class CommentsController extends AppController {
var $name = 'Comments';
function 285() {
}
}
?>
: If you want to customize this error message, create app/views/errors/missing_action.ctp.
