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