Missing Method in SnowReportsController

Error: The action weather is not defined in controller SnowReportsController

Error: Create SnowReportsController::weather() in file: app/controllers/snow_reports_controller.php.

<?php
class SnowReportsController extends AppController {

	var $name = 'SnowReports';


	function weather() {

	}

}
?>

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

Plan Your Trip