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:
authorSean McGivern <sean@gitlab.com>2018-08-28 19:30:38 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-09-17 14:36:53 +0300
commitb3cd850c3f47ab2527b13d5038abb99893a6bff9 (patch)
tree5cd4744dec0998738833b7d3b49b7353e22c8477 /doc/api/protected_branches.md
parent9357585ecacacfa0618b4f4172d5ea7dd0b1c5ae (diff)
Remove EE-specific code from ProtectedRefAccess
Diffstat (limited to 'doc/api/protected_branches.md')
-rw-r--r--doc/api/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index f6813f27dc0..ed8837574a0 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -4,7 +4,7 @@
**Valid access levels**
-The access levels are defined in the `ProtectedRefAccess::ALLOWED_ACCESS_LEVELS` constant. Currently, these levels are recognized:
+The access levels are defined in the `ProtectedRefAccess.allowed_access_levels` method. Currently, these levels are recognized:
```
0 => No access
30 => Developer access