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


