Commit ce08db1b authored by Sean McGivern's avatar Sean McGivern

Merge branch...

Merge branch '323844-refactor-experiencelevelscontroller-to-use-onboarding-feature-category' into 'master'

Refactor ExperienceLevelsController to use onboarding feature category

See merge request gitlab-org/gitlab!57917
parents dd86a11c c7a3c44a
...@@ -6,7 +6,7 @@ module Registrations ...@@ -6,7 +6,7 @@ module Registrations
before_action :ensure_namespace_path_param before_action :ensure_namespace_path_param
feature_category :navigation feature_category :onboarding
def update def update
current_user.experience_level = params[:experience_level] current_user.experience_level = params[:experience_level]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment