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