Missing Method in TransactionsController

Error: The action admin_view is not defined in controller TransactionsController

Error: Create TransactionsController::admin_view() in file: app/controllers/transactions_controller.php.

<?php
class TransactionsController extends AppController {

	var $name = 'Transactions';


	function admin_view() {

	}

}
?>

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