instance method
call
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
call(env)
No documentation comment.
Parameters
-
envreq
Source
# File actionpack/lib/action_dispatch/middleware/remote_ip.rb, line 29
def call(env)
env["action_dispatch.remote_ip"] = GetIp.new(env, self)
@app.call(env)
end
Defined in actionpack/lib/action_dispatch/middleware/remote_ip.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RemoteIp