summaryrefslogtreecommitdiff
path: root/app/models/board_project_recent_visit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/board_project_recent_visit.rb')
-rw-r--r--app/models/board_project_recent_visit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/board_project_recent_visit.rb b/app/models/board_project_recent_visit.rb
index 2a1b14b3ae0..236d88e909c 100644
--- a/app/models/board_project_recent_visit.rb
+++ b/app/models/board_project_recent_visit.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# Tracks which boards in a specific project a user has visited
-class BoardProjectRecentVisit < ActiveRecord::Base
+class BoardProjectRecentVisit < ApplicationRecord
belongs_to :user
belongs_to :project
belongs_to :board