Files
nairobi/app/models/visit.rb
2019-04-17 17:40:56 +02:00

5 lines
106 B
Ruby

class Visit < ApplicationRecord
has_many :ahoy_events, class_name: "Ahoy::Event"
belongs_to :user
end