Massachusetts Institute of Technology



Missing Method in TeamsController

Error: The action winners is not defined in controller TeamsController

Error: Create TeamsController::winners() in file: app/controllers/teams_controller.php.

<?php
class TeamsController extends AppController {

	var $name = 'Teams';


	function winners() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.