Re: [Rails] Recording remote_ip that created a record in a nested form

2011-03-31 Thread Chris Kottom
When a user creates a new record, it should be through a request with the nested form which is then handled by a controller somewhere in your application where you will have access to the client's IP. You would then need to store that IP address as part of your model for later retrieval / display.

[Rails] Recording remote_ip that created a record in a nested form

2011-03-31 Thread baldmark
My application creates new records in a nested form. I want to record the ip address that created the record (assuming it was created from the controller in this way). How can I do this, given that request.remote_ip is not accessible in the model? Mark -- You received this message because you