class method
self.from_hash
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
self.from_hash(hash)
No documentation comment.
Parameters
-
hashreq
Source
# File actionpack/lib/action_dispatch/http/headers.rb, line 50
def self.from_hash(hash)
new ActionDispatch::Request.new hash
end
Defined in actionpack/lib/action_dispatch/http/headers.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Headers