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