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