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