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