Track the ip address where user was registered

This commit is contained in:
Neil Lalonde
2014-04-29 14:37:56 -04:00
parent 4371374ba6
commit f61f29439e
7 changed files with 36 additions and 7 deletions
@@ -0,0 +1,5 @@
class AddRegistrationIpAddressToUsers < ActiveRecord::Migration
def change
add_column :users, :registration_ip_address, :inet
end
end