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