summaryrefslogtreecommitdiff
path: root/lib/api
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api')
-rw-r--r--lib/api/entities.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index e0eb2ecfb73..910ac4f1814 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -91,7 +91,6 @@ module API
include ::API::ProjectsRelationBuilder
expose :default_branch
-
# Avoids an N+1 query: https://github.com/mbleigh/acts-as-taggable-on/issues/91#issuecomment-168273770
expose :tag_list do |project|
# project.tags.order(:name).pluck(:name) is the most suitable option