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