Missing Method in LodgingsController

You are seeing this error because the action www.heyburnidaho.org is not defined in controller LodgingsController

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

Fatal: Confirm you have created the LodgingsController::www.heyburnidaho.org() in file : app/controllers/lodgings_controller.php

<?php
class LodgingsController extends AppController {
   function www.heyburnidaho.org() {
   }

}
?>