Missing Method in JobsController
You are seeing this error because the action contact.html is not defined in controller JobsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the JobsController::contact.html() in file : app/controllers/jobs_controller.php
<?php
class JobsController extends AppController {
function contact.html() {
}
}
?>