Sha256: a14203eac6eb4a9d10fd174623202e7daf62667c4649e286e1de76035e36b0b4
Contents?: true
Size: 158 Bytes
Versions: 23
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
23 entries across 23 versions & 1 rubygems