Missing Method in ContributorsController

You are seeing this error because the action init is not defined in controller ContributorsController

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

Fatal: Confirm you have created the ContributorsController::init() in file : app/controllers/contributors_controller.php

<?php
class ContributorsController extends AppController {
   function init() {
   }

}
?>