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