instance method
env
Ruby on Rails 7.1.6
Since v5.2.8.1Signature
env()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/headers.rb, line 118
def env; @req.env.dup; end
Defined in actionpack/lib/action_dispatch/http/headers.rb line 118
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Headers