Commit 16dcff3b authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'prepend/email_confirm_service' into 'master'

Prepend EmailsController and ConfirmService

See merge request gitlab-org/gitlab!78052
parents 1d524906 fb0a0304
......@@ -52,3 +52,5 @@ class Profiles::EmailsController < Profiles::ApplicationController
@email = current_user.emails.find(params[:id])
end
end
Profiles::EmailsController.prepend_mod
......@@ -7,3 +7,5 @@ module Emails
end
end
end
Emails::ConfirmService.prepend_mod
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment