Missing Method in StarAwardsController
Error: The action winners is not defined in controller StarAwardsController
Error: Create StarAwardsController::winners() in file: app/controllers/star_awards_controller.php.
<?php
class StarAwardsController extends AppController {
var $name = 'StarAwards';
function winners() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.