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


