Missing Method in HumanresourceController

You are seeing this error because the action rc is not defined in controller HumanresourceController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the HumanresourceController::rc() in file : app/controllers/humanresource_controller.php

<?php
class HumanresourceController extends AppController {
   function rc() {
   }

}
?>