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











