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






