method
remote_ip=
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Request
remote_ip=(remote_ip)public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 267
def remote_ip=(remote_ip)
set_header "action_dispatch.remote_ip".freeze, remote_ip
end