Sha256: 3737d40278df5fc18daae4ec57e9fde5244e1ea7daf1a1a1e27e89dc49f0a43d
Contents?: true
Size: 236 Bytes
Versions: 8
Compression:
Stored size: 236 Bytes
Contents
class Ahoy::Event < ApplicationRecord include Ahoy::QueryMethods self.table_name = "ahoy_events" belongs_to :visit belongs_to :user, optional: true<% if properties_type == "text" %> serialize :properties, JSON<% end %> end
Version data entries
8 entries across 8 versions & 1 rubygems