From 8d322f56efae9e27afc2b13450b821185e9ad967 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 6 Jul 2020 00:58:59 -0700 Subject: [PATCH] WOW fix a bad bug!! --- app/mailers/mailbot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/mailbot.rb b/app/mailers/mailbot.rb index f93c8270..15c5846f 100644 --- a/app/mailers/mailbot.rb +++ b/app/mailers/mailbot.rb @@ -25,7 +25,7 @@ class Mailbot < ActionMailer::Base end template_name = 'ticket_confirmation_template' - if @ticket_purchase.ticket_id = YTLF_TICKET_ID + if @ticket_purchase.ticket_id == YTLF_TICKET_ID template_name = 'young_thinkers_ticket_confirmation_template' end