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





