Commit 978d596a authored by Dallas Reedy's avatar Dallas Reedy

Use new onboarding feature category for Registration controllers

parent 1c0e9437
...@@ -9,7 +9,7 @@ module Registrations ...@@ -9,7 +9,7 @@ module Registrations
before_action :check_signup_onboarding_enabled before_action :check_signup_onboarding_enabled
before_action :authorize_create_group!, only: :new before_action :authorize_create_group!, only: :new
feature_category :navigation feature_category :onboarding
def new def new
record_experiment_user(:trial_during_signup) record_experiment_user(:trial_during_signup)
......
...@@ -13,7 +13,7 @@ module Registrations ...@@ -13,7 +13,7 @@ module Registrations
authorize_create_project! authorize_create_project!
end end
feature_category :navigation feature_category :onboarding
def new def new
@project = Project.new(namespace: @namespace) @project = Project.new(namespace: @namespace)
......
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