Missing Method in Controller

Missing Method in SchoolsController

Error: The action networks is not defined in controller SchoolsController

Error: Create SchoolsController::networks() in file: app/controllers/schools_controller.php.

<?php
class SchoolsController extends AppController {

	var $name = 'Schools';


	function networks() {

	}

}
?>

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