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