Missing Method in BookingsController
Error: The action admin_settlement is not defined in controller BookingsController
Error: Create BookingsController::admin_settlement() in file: app/controllers/bookings_controller.php.
<?php
class BookingsController extends AppController {
var $name = 'Bookings';
function admin_settlement() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.
