# File lib/action_controller/http_authentication.rb, line 164 def authenticate_with_http_digest(realm = "Application", &password_procedure) HttpAuthentication::Digest.authenticate(self, realm, &password_procedure) end