Error: The action rss is not defined in controller PhotosController
Error: Create PhotosController::rss() in file: app/controllers/photos_controller.php.
<?php
class PhotosController extends AppController {
var $name = 'Photos';
function rss() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.