Missing controller
You are seeing this error because controller RingsController could not be found.
Notice: If you want to customize this error message, create getpatron-net/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : getpatron-net/controllers/rings_controller.php
<?php
class RingsController extends AppController {
var $name = 'Rings';
}
?>
