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 'config/routes/profile.rb')
-rw-r--r--config/routes/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/profile.rb b/config/routes/profile.rb
index b4f00fa4ad8..36feb075f4b 100644
--- a/config/routes/profile.rb
+++ b/config/routes/profile.rb
@@ -61,7 +61,7 @@ resource :profile, only: [:show, :update] do
put :revoke
end
end
- resources :active_sessions, only: [:index, :destroy]
+
resources :emails, only: [:index, :create, :destroy] do
member do
put :resend_confirmation_instructions