Missing Method in GamblingofthemonthController
You are seeing this error because the action review is not defined in controller GamblingofthemonthController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal : Confirm you have created the GamblingofthemonthController::review in file : app/controllers/gamblingofthemonth_controller.php.
<?php
class GamblingofthemonthController extends AppController {
function review() {
}
}
?>

