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