Missing Method in RaItemsController
You are seeing this error because the action index.html is not defined in controller RaItemsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the RaItemsController::index.html() in file : app/controllers/ra_items_controller.php
<?php
class RaItemsController extends AppController {
function index.html() {
}
}
?>