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/serializers/remote_mirror_entity.rb')
-rw-r--r--app/serializers/remote_mirror_entity.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/serializers/remote_mirror_entity.rb b/app/serializers/remote_mirror_entity.rb
index 440e4274668..7eddb3fef4a 100644
--- a/app/serializers/remote_mirror_entity.rb
+++ b/app/serializers/remote_mirror_entity.rb
@@ -13,3 +13,5 @@ class RemoteMirrorEntity < Grape::Entity
remote_mirror.ssh_known_hosts_fingerprints.as_json
end
end
+
+RemoteMirrorEntity.prepend_mod