Method: ActionDispatch::Request#ip

Defined in:
actionpack/lib/action_dispatch/http/request.rb

#ipObject

Returns the IP address of client as a String.



306
307
308
# File 'actionpack/lib/action_dispatch/http/request.rb', line 306

def ip
  @ip ||= super
end