method
call
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::RemoteIp
call(env)public
No documentation available.
# 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