diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-23 03:12:37 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-23 03:12:37 +0000 |
| commit | f34b26bb882947bcc1126de19fa55eb8763af32e (patch) | |
| tree | 7774da06e9e981fc80bf05b6269e1ecb8b6ab5a4 /app/controllers/concerns | |
| parent | 04dabf41f65cf1c25d80d92b1cc5568bfcca80ee (diff) | |
| download | gitlab-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.rb | 2 |
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 |
