Missing Controller
Error: GorodaController could not be found.
Error: Create the class GorodaController below in file: app/controllers/goroda_controller.php
<?php
class GorodaController extends AppController {
var $name = 'Goroda';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
