Skip to content
Snippets Groups Projects
Unverified Commit 1a90baa1 authored by Aishwarya's avatar Aishwarya
Browse files

Modified route to nest under -

parent ab560c72
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -115,7 +115,7 @@ class RegistrationsController < Devise::RegistrationsController
end
 
def resource
@resource ||= Users::BuildService.new(current_user, sign_up_params).execute(skip_authorization: true)
@resource ||= Users::BuildService.new(current_user, sign_up_params).execute
end
 
def devise_mapping
Loading
Loading
Loading
Loading
@@ -110,6 +110,7 @@ Rails.application.routes.draw do
draw :smartcard
draw :jira_connect
draw :username
draw :trial_registration
end
 
Gitlab.ee do
Loading
Loading
@@ -188,10 +189,6 @@ Rails.application.routes.draw do
draw :user
draw :project
 
Gitlab.ee do
draw :trial_registration
end
root to: "root#index"
 
get '*unmatched_route', to: 'application#route_not_found'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment