Save visitor ip

This commit is contained in:
Eloy Gomez
2015-08-08 12:23:28 +02:00
parent aaeb77d969
commit 42d6e49915
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddIpToAhoyEvent < ActiveRecord::Migration
def change
add_column :ahoy_events, :ip, :string
end
end