Skip to content

Instantly share code, notes, and snippets.

@felipeorlando
Created October 14, 2016 14:27
Show Gist options
  • Save felipeorlando/f18f08c68de288ea5531423b5917db4e to your computer and use it in GitHub Desktop.
Save felipeorlando/f18f08c68de288ea5531423b5917db4e to your computer and use it in GitHub Desktop.
if @contact.save
flash[:success] = 'Seus dados foram enviados com sucesso! Em breve entraremos em contato'
ContactMailer.contact(@contact).deliver_now
redirect_to action: "index"
else
flash[:error] = 'Não foi possível salvar seus dados!'
redirect_to action: "index"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment