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









