Files
nairobi/app/models/visit.rb
Javi Martín 6ab51b0367 Remove the ahoy_events table
We stopped using ahoy events in commit f7e2d724d.
2024-11-13 15:55:20 +01:00

5 lines
98 B
Ruby

class Visit < ApplicationRecord
alias_attribute :created_at, :started_at
belongs_to :user
end