Missing Method in SiteController

You are seeing this error because the action rio_rio_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::rio_rio_apartment_list() in file : app/controllers/site_controller.php

<?php
class SiteController extends AppController {
   function rio_rio_apartment_list() {
   }

}
?>