Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/registrations/experience_levels_controller.rb')
-rw-r--r--app/controllers/registrations/experience_levels_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/registrations/experience_levels_controller.rb b/app/controllers/registrations/experience_levels_controller.rb
index 3a721823d89..d04e8d296ed 100644
--- a/app/controllers/registrations/experience_levels_controller.rb
+++ b/app/controllers/registrations/experience_levels_controller.rb
@@ -38,7 +38,7 @@ module Registrations
end
def learn_gitlab
- @learn_gitlab ||= LearnGitlab.new(current_user)
+ @learn_gitlab ||= LearnGitlab::Project.new(current_user)
end
end
end