Missing Method in ArticlesController

Error: The action book_step1 is not defined in controller ArticlesController

Error: Create ArticlesController::book_step1() in file: app\controllers\articles_controller.php.

<?php
class ArticlesController extends AppController {

	var $name = 'Articles';


	function book_step1() {

	}

}
?>

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