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