Answers for "how to get ip address of client using rails"

0

how to get ip address of client using rails

ip_address = request.remote_ip

puts ip_address
Posted by: Guest on March-25-2022

Code answers related to "how to get ip address of client using rails"

Browse Popular Code Answers by Language