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