Missing Method in AppointmentsController

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

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

}
?>