From 98bbd39d599833ba71cbf22407016c6606d9e7c3 Mon Sep 17 00:00:00 2001 From: Thomas Frank Date: Sun, 15 Feb 2026 20:23:50 +0100 Subject: [PATCH] Revert "Temporarly disable email for changed registrations" This reverts commit 1b8d7fda803da80d67e2769c47236885c2b0df2e. --- app/controllers/registrations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 05fdac1..03e6f7f 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -163,7 +163,7 @@ def update return end end - # ParticipantMailer.registration_changed(@registration).deliver + ParticipantMailer.registration_changed(@registration).deliver redirect_to tournament_participants_path(@tournament) end