From 84d1267cf14279fb5bf9c98e7ef4d8ee3370dcbc Mon Sep 17 00:00:00 2001 From: Marcela Ribeiro de Oliveira <mro15@inf.ufpr.br> Date: Mon, 26 Feb 2018 09:48:32 -0300 Subject: [PATCH] change default email to mec email --- app/mailers/complaints_mailer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mailers/complaints_mailer.rb b/app/mailers/complaints_mailer.rb index c4023758..82613d9b 100644 --- a/app/mailers/complaints_mailer.rb +++ b/app/mailers/complaints_mailer.rb @@ -18,9 +18,9 @@ # along with portalmec. If not, see <http://www.gnu.org/licenses/>. class ComplaintsMailer < ApplicationMailer - default to: 'marcelaribeirooliveira@gmail.com' + default to: 'integrada.contato@mec.gov' default from: Proc.new { @user.email } - + def new_complaint_received(complaint, user) @complaint = complaint @user = user -- GitLab