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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-27 12:07:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-27 12:07:37 +0300
commit59026a49b3affb3c6c3bc6ecc67b20c811623e70 (patch)
tree18c1e9b62b10daac81b83a9ab42f0bfcca0dfd33 /doc/ci/review_apps
parentf772bfe30596265c0ee7de7970e821352e764e0c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/review_apps')
-rw-r--r--doc/ci/review_apps/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 0da1228aa53..23cb0362867 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -167,7 +167,7 @@ Ensure that the `anonymous_visual_review_feedback` feature flag is enabled.
Administrators can enable with a Rails console as follows:
```ruby
-Feature.enabled(:anonymous_visual_review_feedback)
+Feature.enable(:anonymous_visual_review_feedback)
```
The feedback form is served through a script you add to pages in your Review App.