summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2015-11-18 20:20:55 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2015-11-18 20:20:55 +0100
commitefd5d93745cede13c3a720fe17388b146a8998ed (patch)
treeb20fa6cf1512282291d08008316ab2b7fab6c1b7
parentee2739e60682153895ffc4ec274d22acb509c3b3 (diff)
downloadgitlab-ce-atom-feed-latest-update.tar.gz
Use "GitLab.com" instead of "gitlab.com"atom-feed-latest-update
-rw-r--r--app/models/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 9d75bb3aeb4..9374f01f99f 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -729,7 +729,7 @@ class User < ActiveRecord::Base
# some_user.contributed_projects.visible_to_user(other_user)
#
# If this method were to use a JOIN the resulting query would take roughly 200
- # ms on a database with a similar size to gitlab.com's database. On the other
+ # ms on a database with a similar size to GitLab.com's database. On the other
# hand, using a subquery means we can get the exact same data in about 40 ms.
def contributed_projects
events = Event.select(:project_id).