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