Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-03 22:06:06 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-04-03 22:06:06 +0300
commit9f4b8dba805915bd21d315f159035449f9f4bef0 (patch)
treed7e5564a80a01de9153aa1fa9143f0b80d69ad87 /app/models/concerns/protected_ref_access.rb
parent35b719f60b21fbd09a1a2b4dc0d3f1e3e74e89e1 (diff)
Clean up non TODO rubocop errors
Diffstat (limited to 'app/models/concerns/protected_ref_access.rb')
-rw-r--r--app/models/concerns/protected_ref_access.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/concerns/protected_ref_access.rb b/app/models/concerns/protected_ref_access.rb
index 2870cd9385b..08377127f69 100644
--- a/app/models/concerns/protected_ref_access.rb
+++ b/app/models/concerns/protected_ref_access.rb
@@ -1,3 +1,4 @@
+#TODO: Refactor, checking EE
# module ProtectedRefAccess
# extend ActiveSupport::Concern