Fix ahoy tracking and visits
This commit is contained in:
parent
1e9765c163
commit
e3daa31ef3
6 changed files with 38 additions and 21 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
module Ahoy
|
||||
class Event < ApplicationRecord
|
||||
include Ahoy::QueryMethods
|
||||
self.table_name = 'ahoy_events'
|
||||
|
||||
belongs_to :visit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue