From b7bc0ecd701313f0dd062d1f079f64379653185a Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Tue, 20 Feb 2024 15:52:10 -0800 Subject: [PATCH] Migrate away from item translations in contributions --- app/controllers/contributions_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/contributions_controller.rb b/app/controllers/contributions_controller.rb index a3466637..c8e24bfe 100644 --- a/app/controllers/contributions_controller.rb +++ b/app/controllers/contributions_controller.rb @@ -10,7 +10,6 @@ class ContributionsController < ApplicationController Contribution.preload_contributeds_and_parents( @contributions, :scopes => { - 'Item' => Item.includes(:translations), 'PetType' => PetType.includes(:species, :color), 'AltStyle' => AltStyle.includes(:species, :color), }