Missing Method in LocationsController

You are seeing this error because the action function.include is not defined in controller LocationsController

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

Fatal : Confirm you have created the LocationsController::function.include in file : app/controllers/locations_controller.php.

<?php
class LocationsController extends AppController {
   function function.include() {
   }

}
?>