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