From 3802bc78b5d2a7b741bdcce542df869def7cb461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 23 Oct 2015 11:22:23 +0200 Subject: [PATCH] removes comments This controller is no longer used in /management --- app/controllers/verification/email_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/verification/email_controller.rb b/app/controllers/verification/email_controller.rb index 76efe1764..9f8fd9f8a 100644 --- a/app/controllers/verification/email_controller.rb +++ b/app/controllers/verification/email_controller.rb @@ -22,10 +22,7 @@ class Verification::EmailController < ApplicationController @email.encrypted_token, @verified_user.document_type, @verified_user.document_number).deliver_later - ###CHANGE ME - #we should not have access to the account_page of a managed_user redirect_to account_path, notice: t('verification.email.create.flash.success', email: @verified_user.email) - ### else redirect_to verified_user_path, alert: t('verification.email.create.alert.failure') end