diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-12 15:09:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-12 15:09:19 +0000 |
commit | d9b3f39acad88d81eb7a75627c4325651fb7ff13 (patch) | |
tree | 9a10f44168d0d401c15b664c17e8a353674203b5 /config/routes/user.rb | |
parent | f81141c25d0dd79de8c07559bf268cb6e0d287d3 (diff) | |
download | gitlab-ce-d9b3f39acad88d81eb7a75627c4325651fb7ff13.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes/user.rb')
-rw-r--r-- | config/routes/user.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb index 5f746eb6670..109179f76f1 100644 --- a/config/routes/user.rb +++ b/config/routes/user.rb @@ -1,5 +1,8 @@ # frozen_string_literal: true +get 'unsubscribes/:email', to: 'users/unsubscribes#show', as: :unsubscribe +post 'unsubscribes/:email', to: 'users/unsubscribes#create' + # Allows individual providers to be directed to a chosen controller # Call from inside devise_scope def override_omniauth(provider, controller, path_prefix = '/users/auth') |