2008 Startup Challenge

Contestants: View | Register
Teams: View | Register

Missing Method in TeamsController

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

<?php
class TeamsController extends AppController {
   function www.visibleenergy.org() {
   }

}
?>