Missing Method in DeaMonetaController

You are seeing this error because the action calendario_aste.php is not defined in controller DeaMonetaController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the DeaMonetaController::calendario_aste.php() in file : app/controllers/dea_moneta_controller.php

<?php
class DeaMonetaController extends AppController {
   function calendario_aste.php() {
   }

}
?>