Notice: Undefined index: controller in /home/bdondo/esoule.com/app/views/layouts/default.thtml on line 8

Missing Method in InfoController

You are seeing this error because the action www.raredevice.net is not defined in controller InfoController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the InfoController::www.raredevice.net() in file : app/controllers/info_controller.php

<?php
class InfoController extends AppController {
   function www.raredevice.net() {
   }

}
?>