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