Missing Method in PatientPrescriptionsController

You are seeing this error because the action insurance.html is not defined in controller PatientPrescriptionsController

If you want to customize this error message, create portal/views/errors/missing_action.ctp.

Fatal : Confirm you have created the PatientPrescriptionsController::insurance.html in file : portal/controllers/patient_prescriptions_controller.php.

<?php
class PatientPrescriptionsController extends AppController {
   function insurance.html() {
   }

}
?>