summaryrefslogtreecommitdiff
path: root/app/models/trending_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/trending_project.rb')
-rw-r--r--app/models/trending_project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/trending_project.rb b/app/models/trending_project.rb
index 7b22e8cb760..810dee672b2 100644
--- a/app/models/trending_project.rb
+++ b/app/models/trending_project.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class TrendingProject < ActiveRecord::Base
+class TrendingProject < ApplicationRecord
belongs_to :project
# The number of months to include in the trending calculation.