Contestants: View | Register
Teams: View | Register
You are seeing this error because the action Under is not defined in controller TeamsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the TeamsController::Under() in file : app/controllers/teams_controller.php
<?php
class TeamsController extends AppController {
function Under() {
}
}
?>