does not exclude ahoy events

This commit is contained in:
rgarcia
2016-05-16 14:12:26 +02:00
committed by Javi Martín
parent a31b62526b
commit 94a3e7e61a

View File

@@ -8,4 +8,8 @@ class Ahoy::Store < Ahoy::Stores::ActiveRecordStore
event.ip = request.ip
end
end
def exclude?
false
end
end