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


