diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-18 20:20:55 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-18 20:20:55 +0100 |
commit | efd5d93745cede13c3a720fe17388b146a8998ed (patch) | |
tree | b20fa6cf1512282291d08008316ab2b7fab6c1b7 /app/models/user.rb | |
parent | ee2739e60682153895ffc4ec274d22acb509c3b3 (diff) | |
download | gitlab-ce-efd5d93745cede13c3a720fe17388b146a8998ed.tar.gz |
Use "GitLab.com" instead of "gitlab.com"atom-feed-latest-update
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 2 |
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). |