diff options
author | Brett Walker <brett@digitalmoksha.com> | 2017-09-12 17:39:38 +0200 |
---|---|---|
committer | Brett Walker <brett@digitalmoksha.com> | 2017-09-23 15:24:53 +0200 |
commit | 09726bdf446b4673d4f92bc9132a6e34f3a67160 (patch) | |
tree | 6ffc8b4f91e91efe3183913631791408008b7a7c /config | |
parent | 30e3a49e23f8ce0c2a07b13addc45951d7fc6719 (diff) | |
download | gitlab-ce-09726bdf446b4673d4f92bc9132a6e34f3a67160.tar.gz |
small cleanup changes based on feedback
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb index c4b34402068..8ee79e96836 100644 --- a/config/routes/user.rb +++ b/config/routes/user.rb @@ -12,7 +12,7 @@ devise_scope :user do end # for secondary email confirmations -devise_for :emails, controllers: { confirmations: :confirmations } +devise_for :emails, controllers: { confirmations: :confirmations } scope(constraints: { username: Gitlab::PathRegex.root_namespace_route_regex }) do scope(path: 'users/:username', |