From 5fa8007397fbaab21be276fb121befb3a6088279 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 11 Apr 2025 18:19:10 +0200 Subject: [PATCH] Loaded directly in the partial --- app/controllers/cards/comments/reactions_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/cards/comments/reactions_controller.rb b/app/controllers/cards/comments/reactions_controller.rb index a23d4c068..218093553 100644 --- a/app/controllers/cards/comments/reactions_controller.rb +++ b/app/controllers/cards/comments/reactions_controller.rb @@ -4,7 +4,6 @@ class Cards::Comments::ReactionsController < ApplicationController before_action :set_comment def index - @reactions = @comment.reactions.includes(:reacter).ordered end def new