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