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