Add model visit
This commit is contained in:
4
app/models/visit.rb
Normal file
4
app/models/visit.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Visit < ActiveRecord::Base
|
||||
has_many :ahoy_events, class_name: "Ahoy::Event"
|
||||
belongs_to :user
|
||||
end
|
||||
Reference in New Issue
Block a user