Missing Controller

Error: AtendimentoController could not be found.

Error: Create the class AtendimentoController below in file: ivagas/controllers/atendimento_controller.php

<?php
class AtendimentoController extends AppController {

	var $name = 'Atendimento';
}
?>

Notice: If you want to customize this error message, create ivagas/views/errors/missing_controller.ctp

iNova Digital