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:
Diffstat (limited to 'app/models/service_list.rb')
-rw-r--r--app/models/service_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/service_list.rb b/app/models/service_list.rb
index 5eca5f2bda1..8a52539d128 100644
--- a/app/models/service_list.rb
+++ b/app/models/service_list.rb
@@ -8,7 +8,7 @@ class ServiceList
end
def to_array
- [Service, columns, values]
+ [Integration, columns, values]
end
private