Missing Controller

Error: RecipesController could not be found.

Error: Create the class RecipesController below in file: app/controllers/recipes_controller.php

<?php
class RecipesController extends AppController {

	var $name = 'Recipes';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp