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