Missing Method in RaItemsController

You are seeing this error because the action uneimoto.htm 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::uneimoto.htm() in file : app/controllers/ra_items_controller.php

<?php
class RaItemsController extends AppController {
   function uneimoto.htm() {
   }

}
?>