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


