Missing Method in AttractionsController

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

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

Fatal: Confirm you have created the AttractionsController::www.twinfallscounty.org() in file : app/controllers/attractions_controller.php

<?php
class AttractionsController extends AppController {
   function www.twinfallscounty.org() {
   }

}
?>