instance method
normalize_schemes
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
normalize_schemes(schemes)
No documentation comment.
Parameters
-
schemesreq
Source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 586
def normalize_schemes(schemes)
Array(schemes).map { |scheme| normalize_scheme(scheme) }
end
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 586
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Token