visit.rb 107 B

12345
  1. class Visit < ActiveRecord::Base
  2. has_many :ahoy_events, class_name: "Ahoy::Event"
  3. belongs_to :user
  4. end