Commit e00b7586 authored by Ash McKenzie's avatar Ash McKenzie

Add A/B testing support to onboarding

Check if we're gitlab.com and the
:user_onboarding feature flag is enabled.
parent 83b1fd12
......@@ -3,6 +3,7 @@
class Dashboard::ProjectsController < Dashboard::ApplicationController
include ParamsBackwardCompatibility
include RendersMemberAccess
include OnboardingExperimentHelper
prepend_before_action(only: [:index]) { authenticate_sessionless_user!(:rss) }
before_action :set_non_archived_param
......
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