Missing Method in ContactosController
Error:
The action index is not defined in controller ContactosController
Error:
Create ContactosController::index() in file: app/controllers/contactos_controller.php.
<?php
class ContactosController extends AppController {
var $name = 'Contactos';
function index() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp. |