2008 Startup Challenge

Contestants: View | Register
Teams: View | Register

Missing Method in TeamsController

You are seeing this error because the action coming 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::coming() in file : app/controllers/teams_controller.php

<?php
class TeamsController extends AppController {
   function coming() {
   }

}
?>