Castellano

Missing Method in NewsController

Error: The action Public Domain is not defined in controller NewsController

Error: Create NewsController::Public Domain() in file: app/controllers/news_controller.php.

<?php
class NewsController extends AppController {

	var $name = 'News';


	function Public Domain() {

	}

}
?>

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