From ab801bd018f129b2c2f7ebe0de677728582c66f0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 May 2020 18:08:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 86f42822299..dfc9be3d4f8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -46,6 +46,7 @@ Rails.application.routes.draw do # Sign up get 'users/sign_up/welcome' => 'registrations#welcome' + get 'users/sign_up/experience_level' => 'registrations#experience_level' patch 'users/sign_up/update_registration' => 'registrations#update_registration' # Search -- cgit v1.2.3