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