Implements targets and campaigns for conference
This commit is contained in:
parent
678fe38a25
commit
857ac43e74
40 changed files with 1086 additions and 44 deletions
10
app/models/ahoy/event.rb
Normal file
10
app/models/ahoy/event.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module Ahoy
|
||||
class Event < ActiveRecord::Base
|
||||
self.table_name = "ahoy_events"
|
||||
|
||||
belongs_to :visit
|
||||
belongs_to :user
|
||||
|
||||
serialize :properties, JSON
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue