instance method
env_table
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
env_table()
Used to wrap the normal env_table variable used inside CGI.
Source
# File actionpack/lib/action_controller/rack_process.rb, line 288
def env_table
@request.env
end
Defined in actionpack/lib/action_controller/rack_process.rb line 288
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::CGIWrapper