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), }