Missing Controller
Error: RestaurantController could not be found.
Error: Create the class RestaurantController below in file: app/controllers/restaurant_controller.php
<?php
class RestaurantController extends AppController {
var $name = 'Restaurant';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
