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