method
request_http_basic_authentication
v4.0.2 -
Show latest stable
-
0 notes -
Class: ActionController::HttpAuthentication::Basic::ControllerMethods
request_http_basic_authentication(realm = "Application")
public
Hide source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 87 def request_http_basic_authentication(realm = "Application") HttpAuthentication::Basic.authentication_request(self, realm) end