Missing Controller

Error: DrinksController could not be found.

Error: Create the class DrinksController below in file: app/controllers/drinks_controller.php

<?php
class DrinksController extends AppController {

	var $name = 'Drinks';
}
?>

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