Missing Method in CmsController

You are seeing this error because the action booking_request is not defined in controller CmsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the CmsController::booking_request() in file : app/controllers/cms_controller.php

<?php
class CmsController extends AppController {
   function booking_request() {
   }

}
?>