More IP debugging

This commit is contained in:
Christoph Haas 2021-03-03 01:15:50 +01:00
parent 7f4eab3396
commit bc7541a2c9

View file

@ -31,6 +31,6 @@ class ApplicationController < ActionController::Base
# Get the visitor's IP address to make it accessible to the Log model
def get_ip
@remote_ip = request.remote_addr
@remote_ip = request.remote_ip
end
end