# File lib/action_controller/metal/http_authentication.rb, line 121 def request_http_basic_authentication(realm = "Application") HttpAuthentication::Basic.authentication_request(self, realm) end