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