Missing Method in AgendaController

You are seeing this error because the action formacio is not defined in controller AgendaController

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

Fatal: Confirm you have created the AgendaController::formacio() in file : app/controllers/agenda_controller.php

<?php
class AgendaController extends AppController {
   function formacio() {
   }

}
?>