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