提交 a000c2a1 编写于 作者: B Brett Walker

moved devise_for :emails to live under `profiles`, removing the need

for `emails` to be a top level route
上级 867d59c5
# for secondary email confirmations - uses the same confirmation controller as :users
devise_for :emails, path: 'profile/emails', controllers: { confirmations: :confirmations }
resource :profile, only: [:show, :update] do
member do
get :audit_log
......
......@@ -11,9 +11,6 @@ devise_scope :user do
get '/users/almost_there' => 'confirmations#almost_there'
end
# for secondary email confirmations
devise_for :emails, controllers: { confirmations: :confirmations }
scope(constraints: { username: Gitlab::PathRegex.root_namespace_route_regex }) do
scope(path: 'users/:username',
as: :user,
......
......@@ -30,7 +30,6 @@ module Gitlab
ci
dashboard
deploy.html
emails
explore
favicon.ico
files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册