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