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