From 5c63390f699335b8d422a1ca3b7baa3e6a57619f Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 28 Jun 2025 09:16:05 +0200 Subject: [PATCH] Remove code comment --- app/controllers/confirmations_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/confirmations_controller.rb b/app/controllers/confirmations_controller.rb index 06e5512be..2567d895c 100644 --- a/app/controllers/confirmations_controller.rb +++ b/app/controllers/confirmations_controller.rb @@ -14,7 +14,6 @@ class ConfirmationsController < ApplicationController before_action :require_cookies, :only => [:confirm] def confirm - # The post happens in confirm.html.erb and user.js if request.post? user = User.find_by_token_for(:new_user, params[:confirm_string]) -- 2.39.5