Loaded directly in the partial

This commit is contained in:
David Heinemeier Hansson
2025-04-11 18:19:10 +02:00
parent f0aa48b75d
commit 5fa8007397
@@ -4,7 +4,6 @@ class Cards::Comments::ReactionsController < ApplicationController
before_action :set_comment
def index
@reactions = @comment.reactions.includes(:reacter).ordered
end
def new