Fix ahoy tracking and visits

This commit is contained in:
Stella Rouzi 2018-03-18 10:57:39 +02:00
parent 1e9765c163
commit e3daa31ef3
6 changed files with 38 additions and 21 deletions

View file

@ -1,5 +1,7 @@
module Ahoy
class Store < Ahoy::Stores::ActiveRecordStore
# customize here
class Store < Ahoy::DatabaseStore
def visit_model
Visit
end
end
end