Missing Method in ProjectsController

You are seeing this error because the action 35 is not defined in controller ProjectsController

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

Fatal: Confirm you have created the ProjectsController::35() in file : app/controllers/projects_controller.php

<?php
class ProjectsController extends AppController {
   function 35() {
   }

}
?>