Missing Method in UsersController

Error: The action twitter_login is not defined in controller UsersController

Error: Create UsersController::twitter_login() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function twitter_login() {

	}

}

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

Stack Trace