Sha256: ce55d4d38bd3a0a499495016908a7871f52dc877dc1461012112f74cb76768b6
Contents?: true
Size: 189 Bytes
Versions: 10
Compression:
Stored size: 189 Bytes
Contents
module Ahoy class Event < ActiveRecord::Base self.table_name = "ahoy_events" belongs_to :visit belongs_to :user, polymorphic: true serialize :properties, JSON end end
Version data entries
10 entries across 10 versions & 2 rubygems