Missing Method in PatientPrescriptionsController

You are seeing this error because the action docs 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::docs in file : portal/controllers/patient_prescriptions_controller.php.

<?php
class PatientPrescriptionsController extends AppController {
   function docs() {
   }

}
?>