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