Missing Method in BlogsController

Error: The action stevil is not defined in controller BlogsController

Error: Create BlogsController::stevil() in file: app/controllers/blogs_controller.php.

<?php
class BlogsController extends AppController {

	var $name = 'Blogs';


	function stevil() {

	}

}
?>

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