Sha256: 2480925bec53c2a12a780ccb5f07fcd9273c6dc89027997e37afac1161bb2362
Contents?: true
Size: 167 Bytes
Versions: 6
Compression:
Stored size: 167 Bytes
Contents
class Visit < ActiveRecord::Base has_many :ahoy_events, class_name: "Ahoy::Event" belongs_to :user<%= Rails::VERSION::MAJOR >= 5 ? ", optional: true" : nil %> end
Version data entries
6 entries across 6 versions & 1 rubygems