Commit fb0a0304 authored by Baodong's avatar Baodong

Prepend EmailsController and ConfirmService

parent f6ac0382
......@@ -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