Sha256: 205b63596e5d7e7477aa0a6f97ec900c45b387c2cc9f1c884d9cb2eb652dff05
Contents?: true
Size: 158 Bytes
Versions: 1
Compression:
Stored size: 158 Bytes
Contents
class Ahoy::Visit < ApplicationRecord self.table_name = 'ahoy_visits' has_many :events, class_name: 'Ahoy::Event' belongs_to :user, optional: true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pixelforce_kit-0.9 | app/models/ahoy/visit.rb |