Save visitor ip
This commit is contained in:
5
db/migrate/20150808100936_add_ip_to_ahoy_event.rb
Normal file
5
db/migrate/20150808100936_add_ip_to_ahoy_event.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddIpToAhoyEvent < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :ahoy_events, :ip, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user