module ActionController::HttpAuthentication::Token::ControllerMethods

def request_http_token_authentication(realm = "Application")

def request_http_token_authentication(realm = "Application")
  Token.authentication_request(self, realm)
end