Missing Method in AnswersController
You are seeing this error because the action vote-against 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-against() in file : public/controllers/answers_controller.php
<?php
class AnswersController extends AppController {
function vote-against() {
}
}
?>
