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