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