Missing Method in TitlesController

Error: The action albums is not defined in controller TitlesController

Error: Create TitlesController::albums() in file: app/Controller/TitlesController.php.

<?php
class TitlesController extends AppController {


	public function albums() {

	}

}

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

Stack Trace