module ActionController::HttpAuthentication::Digest::ControllerMethods

def request_http_digest_authentication(realm = "Application", message = nil)

Render output including the HTTP Digest authentication header
def request_http_digest_authentication(realm = "Application", message = nil)
  HttpAuthentication::Digest.authentication_request(self, realm, message)
end