content changes

This commit is contained in:
2019-05-28 16:34:22 +02:00
parent 4d369d2646
commit 0a47824571
5 changed files with 8 additions and 123 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class SupportersController < ApplicationController
@supporter = Supporter.new supporter_form_params.merge(language: I18n.locale)
@supporter.password = random_password = SecureRandom.hex(5)
if !input_to_fast? && @supporter.save
SupporterMailer.welcome_email(@supporter, random_password).deliver_now
# SupporterMailer.welcome_email(@supporter, random_password).deliver_now
sendy_registraion
redirect_to thanks_path
else