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