method
request_http_basic_authentication
v2.2.1 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Basic::ControllerMethods
request_http_basic_authentication(realm = "Application")public
No documentation available.
# File actionpack/lib/action_controller/http_authentication.rb, line 88
def request_http_basic_authentication(realm = "Application")
HttpAuthentication::Basic.authentication_request(self, realm)
end