summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-23 03:12:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-23 03:12:37 +0000
commitf34b26bb882947bcc1126de19fa55eb8763af32e (patch)
tree7774da06e9e981fc80bf05b6269e1ecb8b6ab5a4 /app/controllers/concerns
parent04dabf41f65cf1c25d80d92b1cc5568bfcca80ee (diff)
downloadgitlab-ce-f34b26bb882947bcc1126de19fa55eb8763af32e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/registrations_tracking.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/concerns/registrations_tracking.rb b/app/controllers/concerns/registrations_tracking.rb
index 14743349c1a..6c83c57d9dd 100644
--- a/app/controllers/concerns/registrations_tracking.rb
+++ b/app/controllers/concerns/registrations_tracking.rb
@@ -13,3 +13,5 @@ module RegistrationsTracking
params.permit(:glm_source, :glm_content)
end
end
+
+RegistrationsTracking.prepend_mod