module ActionController::HttpAuthentication::Basic::ControllerMethods

def request_http_basic_authentication(realm = "Application")

def request_http_basic_authentication(realm = "Application")
  HttpAuthentication::Basic.authentication_request(self, realm)
end