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