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

