summaryrefslogtreecommitdiff
path: root/app/models/route.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-17 15:08:36 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-17 15:08:36 +0000
commitc61d90dbfa0a7cb58b758ed07a9d0b5406beb61e (patch)
tree5c29d476a605417c370997caf3dabe8e8270b8be /app/models/route.rb
parenta89912871cb169249d3ddc2ed59326d47ecdae82 (diff)
downloadgitlab-ce-c61d90dbfa0a7cb58b758ed07a9d0b5406beb61e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/route.rb')
-rw-r--r--app/models/route.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/route.rb b/app/models/route.rb
index db475682245..706589e79b8 100644
--- a/app/models/route.rb
+++ b/app/models/route.rb
@@ -3,7 +3,6 @@
class Route < ApplicationRecord
include CaseSensitivity
include Gitlab::SQL::Pattern
- include RouteModelQuery
belongs_to :source, polymorphic: true # rubocop:disable Cop/PolymorphicAssociations
validates :source, presence: true